Skip to content

Commit

Permalink
fixes metadata bulk stream api
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Oct 22, 2024
1 parent 7d7cd41 commit e96c1ca
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 e96c1ca

Please sign in to comment.