diff options
| author | Dax Raad <[email protected]> | 2025-10-14 02:54:37 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-14 02:54:37 -0400 |
| commit | 48057c2c21020b2936c1786d498fb0319d83c3d9 (patch) | |
| tree | d81202af85697eeafe99acbf45e9d0d17a775ae3 /packages/sdk/js/src/gen/client | |
| parent | 1923ddab6eebbd5b817a88574deda7cb7f94e782 (diff) | |
| download | opencode-48057c2c21020b2936c1786d498fb0319d83c3d9.tar.gz opencode-48057c2c21020b2936c1786d498fb0319d83c3d9.zip | |
fix: resolve TypeScript errors in SDK and Slack package
Diffstat (limited to 'packages/sdk/js/src/gen/client')
| -rw-r--r-- | packages/sdk/js/src/gen/client/client.gen.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sdk/js/src/gen/client/client.gen.ts b/packages/sdk/js/src/gen/client/client.gen.ts index 34a8d0bec..8d39234c3 100644 --- a/packages/sdk/js/src/gen/client/client.gen.ts +++ b/packages/sdk/js/src/gen/client/client.gen.ts @@ -184,7 +184,7 @@ export const createClient = (config: Config = {}): Client => { const { opts, url } = await beforeRequest(options) return createSseClient({ ...opts, - body: opts.body as BodyInit | null | undefined, + body: opts.body as any, headers: opts.headers as unknown as Record<string, string>, method, url, |
