Skip to content

Commit

Permalink
Fix critical bug in migrate function on fresh install
Browse files Browse the repository at this point in the history
  • Loading branch information
photodiode committed Mar 20, 2023
1 parent e30b154 commit e9c40ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export async function migrate() {
//delete group['rect']; // maybe at some point
}
}
await browser.sessions.setWindowValue(window.id, 'groups', groups);
}

await browser.sessions.setWindowValue(window.id, 'groups', groups);
}
// ----
}

0 comments on commit e9c40ad

Please sign in to comment.