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 2deaa43 commit 2553b2cCopy full SHA for 2553b2c
test/__snapshots__/index.spec.js.snap
@@ -276,7 +276,7 @@ async function getHeaders(options: ApiRequestOptions): Promise<Headers> {
276
...additionalHeaders,
277
...options.headers,
278
})
279
- .filter(([key, value]) => isDefined(value))
+ .filter(([_, value]) => isDefined(value))
280
.reduce((headers, [key, value]) => ({
281
...headers,
282
[key]: value,
@@ -2749,7 +2749,7 @@ async function getHeaders(options: ApiRequestOptions): Promise<Headers> {
2749
2750
2751
2752
2753
2754
2755
0 commit comments