diff --git a/packages/client/src/lib.js b/packages/client/src/lib.js index d85a35a4ee..8ef5380948 100644 --- a/packages/client/src/lib.js +++ b/packages/client/src/lib.js @@ -197,7 +197,7 @@ class NFTStorage { // older node versions and the browser it is fine to pass a blob. /* c8 ignore next 3 */ if (parseInt(globalThis.process?.versions?.node) > 18) { - // body = await body.arrayBuffer() + body = await body.arrayBuffer() } const cid = await pRetry( async () => {