Storage Service: Update local manifest version when it changes

This commit is contained in:
Josh Perez 2020-07-08 17:08:59 -04:00 committed by Scott Nonnenberg
parent 8502d23576
commit 126b828f46

View file

@ -422,7 +422,6 @@ export async function runStorageServiceSyncJob() {
const shouldUpdateVersion = await processManifest(manifest);
if (shouldUpdateVersion) {
return;
window.storage.put('manifestVersion', version);
}
}