Skip to content

Commit

Permalink
fix version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
opus1269 committed Mar 27, 2019
1 parent 7cb448f commit e8ddf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/background/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export function update() {
ChromeStorage.set('albumSelections', null);
}

if (oldVersion < 22) {
if (oldVersion < 23) {
// remove unused data
ChromeStorage.set('googleImages', null);
}
Expand Down

0 comments on commit e8ddf67

Please sign in to comment.