Skip to content

Commit f50bb0b

Browse files
feat: add abort controller signal to storage list method
1 parent 5e35282 commit f50bb0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/storage/fetch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const _getRequestParams = (
4242

4343
params.headers = { 'Content-Type': 'application/json', ...options?.headers }
4444
params.body = JSON.stringify(body)
45-
4645
return { ...params, ...parameters }
4746
}
4847

0 commit comments

Comments
 (0)