diff --git a/frontend/sync-client/src/sync-operations/unrestricted-syncer.ts b/frontend/sync-client/src/sync-operations/unrestricted-syncer.ts index f9989f81..f9f6e2c1 100644 --- a/frontend/sync-client/src/sync-operations/unrestricted-syncer.ts +++ b/frontend/sync-client/src/sync-operations/unrestricted-syncer.ts @@ -310,7 +310,7 @@ export class UnrestrictedSyncer { ); this.updateCache( response.vaultUpdateId, - contentBytes, + responseBytes, actualPath );