store reducers: fix copy paste for type.

master
Tom Hacohen 2019-02-21 14:29:13 +00:00
parent 7e406e4f77
commit 812c8df61a
1 changed files with 1 additions and 1 deletions

View File

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