Make sure the old storage key is removed after migration
This commit is contained in:
parent
b0fe04381d
commit
51e0d40572
@ -951,6 +951,7 @@ define([
|
|||||||
delete parent[okey];
|
delete parent[okey];
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
files[OLD_FILES_DATA] = undefined;
|
||||||
delete files[OLD_FILES_DATA];
|
delete files[OLD_FILES_DATA];
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user