Skip to content

Commit

Permalink
fix: restore migration log
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s committed Nov 29, 2024
1 parent 1de82fe commit f7cad9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/migrations/134.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function transformState(
isObject(state.AppStateController) &&
hasProperty(state.AppStateController, 'usedNetworks')
) {
console.log('Removing usedNetworks from AppStateController');
delete state.AppStateController.usedNetworks;
}
return state;
Expand Down

0 comments on commit f7cad9b

Please sign in to comment.