From 38eaa60a91f5db56028aa097acaaeaf3253be78d Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 16 Nov 2025 21:18:28 +0000 Subject: [PATCH] Fix caching --- frontend/sync-client/src/sync-operations/unrestricted-syncer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );