Skip to content

Commit

Permalink
fix: Remove persist blacklists
Browse files Browse the repository at this point in the history
ww8007 committed Apr 10, 2022
1 parent 0b6aa4d commit 12f2621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/index.ts
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ import weather, { weatherSaga } from './weather';
const persistConfig = {
key: 'root',
storage: AsyncStorage,
blacklist: ['bonus']
blacklist: []
};
const rootReducer = combineReducers({
login,

0 comments on commit 12f2621

Please sign in to comment.