Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Tweaked signature
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Feb 16, 2017
1 parent 4fa1d20 commit e86d91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function createRootReducer(reducers) {
*
*
*/
export function createReduxStore({ initialState, apolloClient, reducers = {}, middlewares = [], enhancers = [] }) {
export function createReduxStore({ reducers = {}, middlewares = [], enhancers = [], initialState, apolloClient }) {
const rootReducer = apolloClient ?
createRootReducer({ ...reducers, apollo: apolloClient.reducer() }) :
createRootReducer(reducers)
Expand Down

0 comments on commit e86d91e

Please sign in to comment.