Skip to content

Commit

Permalink
fix(export): delete tabsID (old version) in export
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 24, 2025
1 parent cf25949 commit dc7f689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/settings/modals/import_export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ export class ExportModal extends Modal {
const github: Partial<GitHub> | undefined = cloneCensored.github;
const plugin: Partial<PluginBehavior> | undefined = cloneCensored.plugin;
if (censuredSettings.tabsId) delete cloneCensored.tabsId;
//@ts-ignore
if (censuredSettings.tabsID) delete cloneCensored.tabsID;
if (github) {
delete github.repo;
delete github.user;
Expand Down

0 comments on commit dc7f689

Please sign in to comment.