From 812c8df61a0eb43bbd18d1f8caf9789080fe145c Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 21 Feb 2019 14:29:13 +0000 Subject: [PATCH] store reducers: fix copy paste for type. --- src/store/reducers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/reducers.ts b/src/store/reducers.ts index d233eec..094d6ff 100644 --- a/src/store/reducers.ts +++ b/src/store/reducers.ts @@ -236,7 +236,7 @@ export const userInfo = handleAction( return state.set('value', payload); } }, - new JournalsFetchRecord(), + new UserInfoFetchRecord(), ); const fetchActions = [