Skip to content

Commit

Permalink
Revert fix issues 2100 (#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Oct 1, 2021
1 parent ddf44bc commit 80de80a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const persistConfig = {
storage: MigratedStorage,
stateReconciler: autoMergeLevel2, // see "Merge Process" section for details.
migrate: createMigrate(migrations, { debug: false }),
timeout: 30000,
writeFailHandler: (error) => Logger.error(error, { message: 'Error persisting data' }), // Log error if saving state fails
};

Expand Down

0 comments on commit 80de80a

Please sign in to comment.