Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
explain why
  • Loading branch information
NicolasMassart authored Oct 31, 2024
1 parent 3ada1a5 commit 5be0712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/store/migrations/057.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { migration52 } from './052';
/**
* Migration for ensuring that selectedAccount on the AccountsController is defined
* Re-uses logic from migration 52
* We have to re-run 52 as 57 because we fixed it in dfcd8c87a19a8d38553aa6a9742b1e7683be9e93
* and users who already had 52 ran would not have the fix
*/
export default function migrate(state: unknown) {
return migration52(state, 57);
Expand Down

0 comments on commit 5be0712

Please sign in to comment.