Skip to content

Commit

Permalink
feat: clear opportunities migration (#5515)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Oct 23, 2023
1 parent 5ac5a58 commit 2107116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { clearNfts } from './clearNfts'
import { clearOpportunities } from './clearOpportunities'
import { clearPortfolio } from './clearPortfolio'

// when adding a migration, dont forget to increment `persistConfig.version` in `src/state/store.js`
export const migrations = {
0: clearOpportunities,
1: clearOpportunities,
Expand All @@ -13,4 +12,5 @@ export const migrations = {
5: clearNfts,
6: clearAssets,
7: clearPortfolio,
8: clearOpportunities,
}

0 comments on commit 2107116

Please sign in to comment.