refactor(browser): remove remote tab harness any cast

This commit is contained in:
Vincent Koc
2026-04-06 15:37:16 +01:00
parent 9b0ea7c579
commit e4fa414ed0

View File

@@ -9,8 +9,7 @@ export function makeState(
profile: "remote" | "openclaw",
): BrowserServerState & { profiles: Map<string, { lastTargetId?: string | null }> } {
return {
// oxlint-disable-next-line typescript/no-explicit-any
server: null as any,
server: null as unknown as BrowserServerState["server"],
port: 0,
resolved: {
enabled: true,