Skip to content

Commit

Permalink
chore: remove needless code
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmFly committed Dec 12, 2024
1 parent 9e10b87 commit 706e648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/nbstore/src/impls/cloud/blob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class CloudBlobStorage extends BlobStorage {
const res = await fetch(
this.options.peer + '/api/workspaces/' + this.spaceId + '/blobs/' + key,
{
cache: 'default',
headers: {
'x-affine-version': BUILD_CONFIG.appVersion,
},
Expand Down

0 comments on commit 706e648

Please sign in to comment.