mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
fix(check): repair latest type drift on main
This commit is contained in:
@@ -258,6 +258,7 @@ export class GatewayClient {
|
||||
}
|
||||
return true;
|
||||
};
|
||||
};
|
||||
}
|
||||
const ws = new WebSocket(url, wsOptions as ClientOptions);
|
||||
this.ws = ws;
|
||||
|
||||
Reference in New Issue
Block a user