mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 02:57:27 +00:00
fix: restore tsc build and plugin install tests
This commit is contained in:
@@ -411,7 +411,7 @@ export class GatewayClient {
|
||||
return null;
|
||||
}
|
||||
|
||||
async request<T = unknown>(
|
||||
async request<T = Record<string, unknown>>(
|
||||
method: string,
|
||||
params?: unknown,
|
||||
opts?: { expectFinal?: boolean },
|
||||
|
||||
Reference in New Issue
Block a user