Skip to content

Commit

Permalink
Merge pull request #17 from tkey/fix/metadata-bulk-stream
Browse files Browse the repository at this point in the history
fixes metadata bulk stream api
  • Loading branch information
himanshuchawla009 authored Oct 22, 2024
2 parents 7d7cd41 + e96c1ca commit 2c6540c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/storage-layer-torus/src/TorusStorageLayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ export class TorusStorageLayer implements IStorageLayer {
const options: RequestInit = {
mode: "cors",
method: "POST",
headers: {
"Content-Type": undefined,
},
headers: {},
};

const customOptions = {
Expand Down

0 comments on commit 2c6540c

Please sign in to comment.