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.
2 parents 5e35282 + f50bb0b commit a0a48b8Copy full SHA for a0a48b8
src/lib/storage/fetch.ts
@@ -42,7 +42,6 @@ const _getRequestParams = (
42
43
params.headers = { 'Content-Type': 'application/json', ...options?.headers }
44
params.body = JSON.stringify(body)
45
-
46
return { ...params, ...parameters }
47
}
48
0 commit comments