From e96c1ca0e131f5852593449e3a23835cc54eda5f Mon Sep 17 00:00:00 2001 From: Archit Date: Tue, 22 Oct 2024 08:30:31 +0530 Subject: [PATCH] fixes metadata bulk stream api --- packages/storage-layer-torus/src/TorusStorageLayer.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/storage-layer-torus/src/TorusStorageLayer.ts b/packages/storage-layer-torus/src/TorusStorageLayer.ts index cec252cc..dea2935e 100644 --- a/packages/storage-layer-torus/src/TorusStorageLayer.ts +++ b/packages/storage-layer-torus/src/TorusStorageLayer.ts @@ -135,9 +135,7 @@ export class TorusStorageLayer implements IStorageLayer { const options: RequestInit = { mode: "cors", method: "POST", - headers: { - "Content-Type": undefined, - }, + headers: {}, }; const customOptions = {