Skip to content

Commit

Permalink
Update migrate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erosman authored Oct 5, 2023
1 parent 51792f4 commit 9bf3248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class Migrate {
switch (true) {
case pref.hasOwnProperty('settings'):
pref = this.convert3(pref);
break;

default:
pref = this.convert7(pref);
Expand Down Expand Up @@ -239,4 +240,4 @@ export class Migrate {

return protocolSet[protocol] + pat + '/';
}
}
}

0 comments on commit 9bf3248

Please sign in to comment.