diff --git a/src/utils/configHelper.ts b/src/utils/configHelper.ts index 0960848..c311997 100644 --- a/src/utils/configHelper.ts +++ b/src/utils/configHelper.ts @@ -56,6 +56,7 @@ type Storage = { async function migrateConfig() { // not referencing to enum above to prevent migrate future configs const config = await storageHelper.get([ + 'configVersion', 'sideBarWidth', 'shortcut', 'access_token',