We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dd94b commit 6892391Copy full SHA for 6892391
1 file changed
src/gateway/agent-list.ts
@@ -5,7 +5,6 @@ import { resolveStateDir } from "../config/paths.js";
5
import type { SessionScope } from "../config/sessions.js";
6
import type { OpenClawConfig } from "../config/types.openclaw.js";
7
import { normalizeAgentId, normalizeMainKey } from "../routing/session-key.js";
8
-import { normalizeOptionalString } from "../shared/string-coerce.js";
9
10
type GatewayAgentListRow = {
11
id: string;
0 commit comments