store reducers: fix copy paste for type.

master
Tom Hacohen 6 years ago
parent 7e406e4f77
commit 812c8df61a

@ -236,7 +236,7 @@ export const userInfo = handleAction(
return state.set('value', payload);
}
},
new JournalsFetchRecord(),
new UserInfoFetchRecord(),
);
const fetchActions = [

Loading…
Cancel
Save