diff --git a/packages/common/nbstore/src/frontend/blob.ts b/packages/common/nbstore/src/frontend/blob.ts index 620ce377b..54d898876 100644 --- a/packages/common/nbstore/src/frontend/blob.ts +++ b/packages/common/nbstore/src/frontend/blob.ts @@ -40,7 +40,6 @@ export class BlobFrontend { for (const cb of this.onReachedMaxBlobSizeCallbacks) { cb(blob.data.byteLength); } - throw new Error('Blob size exceeds the maximum limit'); } await using lock = await this.lock.lock('blob', blob.key); await this.storage.set(blob);