Skip to content

Commit 6892391

Browse files
committed
fix(gateway): remove stale name fallback import
1 parent 37dd94b commit 6892391

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/gateway/agent-list.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { resolveStateDir } from "../config/paths.js";
55
import type { SessionScope } from "../config/sessions.js";
66
import type { OpenClawConfig } from "../config/types.openclaw.js";
77
import { normalizeAgentId, normalizeMainKey } from "../routing/session-key.js";
8-
import { normalizeOptionalString } from "../shared/string-coerce.js";
98

109
type GatewayAgentListRow = {
1110
id: string;

0 commit comments

Comments
 (0)