Skip to content

Commit

Permalink
Set IFetchOptions.hash to false
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Feb 20, 2024
1 parent 6bb0298 commit 238a382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docprovider/src/ydrive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class YDrive extends Drive implements ICollaborativeDrive {

if (provider) {
// Save is done from the backend
return this.get(localPath, { ...options, content: false });
return this.get(localPath, { ...options, content: false, hash: false });
}
}

Expand Down

0 comments on commit 238a382

Please sign in to comment.