There was an error while loading. Please reload this page.
1 parent d211fa6 commit 9160673Copy full SHA for 9160673
1 file changed
packages/helix-shared-storage/src/storage.js
@@ -265,7 +265,6 @@ class Bucket {
265
*/
266
async store(key, res) {
267
const { log } = this;
268
-
269
const buffer = await res.buffer();
270
const contentEncoding = res.headers.get('content-encoding');
271
const zipped = contentEncoding === 'gzip' ? buffer : await gzip(buffer);
0 commit comments