mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 10:32:43 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -130,7 +130,7 @@ export function formatGatewayChannelsStatusLines(payload: Record<string, unknown
|
||||
for (const plugin of plugins) {
|
||||
const accounts = accountPayloads[plugin.id];
|
||||
if (accounts && accounts.length > 0) {
|
||||
lines.push(...accountLines(plugin.id as ChatChannel, accounts));
|
||||
lines.push(...accountLines(plugin.id, accounts));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -217,7 +217,7 @@ async function formatConfigChannelsStatusLines(
|
||||
snapshots.push(snapshot);
|
||||
}
|
||||
if (snapshots.length > 0) {
|
||||
lines.push(...accountLines(plugin.id as ChatChannel, snapshots));
|
||||
lines.push(...accountLines(plugin.id, snapshots));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user