Skip to content

Commit 8a63498

Browse files
committed
Fix linting
1 parent f3bd2a0 commit 8a63498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/store/configureStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function configureStore(initialState) {
2020
const storageMiddleware = storage.createMiddleware(engine, [], [UPDATE_SETTING, LOGIN.SUCCESS, LOGOUT]);
2121

2222
const createStoreWithMiddleware = applyMiddleware(
23-
apiMiddleware,
23+
thunkMiddleware,
2424
notifications,
2525
settings,
2626
storageMiddleware

0 commit comments

Comments
 (0)