mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 13:00:22 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -288,7 +288,7 @@ export function registerGatewayCli(program: Command) {
|
||||
async () => await discoverGatewayBeacons({ timeoutMs, wideAreaDomain }),
|
||||
);
|
||||
|
||||
const deduped = dedupeBeacons(beacons).sort((a, b) =>
|
||||
const deduped = dedupeBeacons(beacons).toSorted((a, b) =>
|
||||
String(a.displayName || a.instanceName).localeCompare(
|
||||
String(b.displayName || b.instanceName),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user