Fix caching

This commit is contained in:
Andras Schmelczer 2025-11-16 21:18:28 +00:00
parent f22e784ee1
commit 38eaa60a91

View file

@ -310,7 +310,7 @@ export class UnrestrictedSyncer {
); );
this.updateCache( this.updateCache(
response.vaultUpdateId, response.vaultUpdateId,
contentBytes, responseBytes,
actualPath actualPath
); );