mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:54:32 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -77,7 +77,7 @@ export async function agentsListCommand(
|
||||
for (const binding of cfg.bindings ?? []) {
|
||||
const agentId = normalizeAgentId(binding.agentId);
|
||||
const list = bindingMap.get(agentId) ?? [];
|
||||
list.push(binding as AgentBinding);
|
||||
list.push(binding);
|
||||
bindingMap.set(agentId, list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user