Compare commits
No commits in common. "033b227edb0c3197b9f3611e99f41121fe071ebc" and "9d83b8ecc2be09216cd5d80f9b7065eb4f29a66b" have entirely different histories.
033b227edb
...
9d83b8ecc2
1 changed files with 2 additions and 3 deletions
|
|
@ -387,8 +387,8 @@ export const _resetFlags = (
|
|||
}
|
||||
|
||||
export const _resetPrefs = (
|
||||
totalPrefs,
|
||||
totalFlags,
|
||||
totalPrefs,
|
||||
knownKeys = defaultState.flagStorage,
|
||||
) => {
|
||||
// prefs reset functionality
|
||||
|
|
@ -402,8 +402,7 @@ export const _resetPrefs = (
|
|||
console.debug('Received command to reset storage')
|
||||
return cloneDeep(defaultState)
|
||||
}
|
||||
}
|
||||
return totalPrefs
|
||||
} return totalPrefs
|
||||
}
|
||||
|
||||
export const _doMigrations = (cache, live) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue