Storage Service: Update local manifest version when it changes
This commit is contained in:
parent
8502d23576
commit
126b828f46
1 changed files with 0 additions and 1 deletions
|
@ -422,7 +422,6 @@ export async function runStorageServiceSyncJob() {
|
||||||
const shouldUpdateVersion = await processManifest(manifest);
|
const shouldUpdateVersion = await processManifest(manifest);
|
||||||
|
|
||||||
if (shouldUpdateVersion) {
|
if (shouldUpdateVersion) {
|
||||||
return;
|
|
||||||
window.storage.put('manifestVersion', version);
|
window.storage.put('manifestVersion', version);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue