Skip to content

Commit

Permalink
Merge branch 'master' into issue-5848-use-manifest-v2-for-thunderbird
Browse files Browse the repository at this point in the history
  • Loading branch information
martgil authored Oct 10, 2024
2 parents 3a82fa0 + d70bf0f commit 4fc89ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/js/common/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class Settings {
if (!acctEmails.includes(acctEmail)) {
throw new Error(`"${acctEmail}" is not a known account_email in "${JSON.stringify(acctEmails)}"`);
}
await GlobalStore.acctEmailsRemove(acctEmail);
const storageIndexesToRemove: AccountIndex[] = [];
const filter = AbstractStore.singleScopeRawIndex(acctEmail, '');
if (!filter) {
Expand Down Expand Up @@ -190,7 +191,6 @@ export class Settings {
}
}
await Settings.acctStorageReset(oldAcctEmail);
await GlobalStore.acctEmailsRemove(oldAcctEmail);
}

public static async renderPrvCompatFixUiAndWaitTilSubmittedByUser(
Expand Down

0 comments on commit 4fc89ac

Please sign in to comment.