mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
refactor(browser): remove remote tab harness any cast
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user