mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 12:51:25 +00:00
chore: Fix types in tests 45/N.
This commit is contained in:
@@ -15,7 +15,7 @@ vi.mock("./gateway-rpc.js", async () => {
|
||||
return {
|
||||
...actual,
|
||||
callGatewayFromCli: (method: string, opts: unknown, params?: unknown, extra?: unknown) =>
|
||||
callGatewayFromCli(method, opts, params, extra),
|
||||
callGatewayFromCli(method, opts, params, extra as number | undefined),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user