We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1d9a7 commit 1b3de18Copy full SHA for 1b3de18
packages/blockstore-s3/src/index.ts
@@ -146,7 +146,6 @@ export class S3Blockstore extends BaseBlockstore {
146
return new Uint8Array(buf, 0, buf.byteLength)
147
}
148
149
- // @ts-expect-error s3 types define their own Blob as an empty interface
150
return await toBuffer(data.Body)
151
} catch (err: any) {
152
if (err.statusCode === 404) {
packages/datastore-s3/src/index.ts
@@ -158,7 +158,6 @@ export class S3Datastore extends BaseDatastore {
158
159
160
161
162
163
164
0 commit comments