mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 01:58:26 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -107,5 +107,5 @@ export function mergeHybridResults(params: {
|
||||
};
|
||||
});
|
||||
|
||||
return merged.sort((a, b) => b.score - a.score);
|
||||
return merged.toSorted((a, b) => b.score - a.score);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user