Skip to content

Commit

Permalink
fix: derp
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Sep 27, 2024
1 parent 0419d91 commit 84ee140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/state/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const opportunitiesPersistConfig = {
key: 'opportunities',
storage: localforage,
version: Math.max(...Object.keys(clearOpportunitiesMigrations).map(Number)),
migrate: createMigrate(clearOpportunitiesMigrations, { debug: false }),
}

const nftPersistConfig = {
Expand Down

0 comments on commit 84ee140

Please sign in to comment.