We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9937d4 commit ad101a3Copy full SHA for ad101a3
src/toolsets.ts
@@ -486,7 +486,7 @@ export class StackOneToolSet {
486
const additionalHeaders = this.extractRecord(parsedParams, 'headers');
487
const extraHeaders = normalizeHeaders(additionalHeaders);
488
// defu merges extraHeaders into baseHeaders, both are already branded types
489
- const actionHeaders = defu(extraHeaders, baseHeaders) as StackOneHeaders;
+ const actionHeaders = defu(extraHeaders, baseHeaders);
490
491
const bodyPayload = this.extractRecord(parsedParams, 'body');
492
const rpcBody: JsonObject = bodyPayload ? { ...bodyPayload } : {};
0 commit comments