Skip to content

Commit

Permalink
Merge pull request #152 from supabase/jl/trigger-release-for-abortcon…
Browse files Browse the repository at this point in the history
…troller

feat: add abort controller signal to storage list method
  • Loading branch information
joshenlim authored Apr 12, 2021
2 parents 5e35282 + f50bb0b commit a0a48b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/storage/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const _getRequestParams = (

params.headers = { 'Content-Type': 'application/json', ...options?.headers }
params.body = JSON.stringify(body)

return { ...params, ...parameters }
}

Expand Down

0 comments on commit a0a48b8

Please sign in to comment.