Skip to content

Commit 8791b33

Browse files
committed
fix: bug fix
1 parent 4a519f2 commit 8791b33

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

handwritten/storage/src/storage-transport.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ export class StorageTransport {
172172
shouldRetry: err => !!this.retryOptions.retryableErrorFn?.(err),
173173
},
174174
...reqOpts,
175-
data: reqOpts.body,
176175
params: queryParameters,
177176
paramsSerializer: this.#paramsSerializer,
178177
headers,

0 commit comments

Comments
 (0)