From 85777aa9fcece6f23653e8ab76bf857c4984cdd1 Mon Sep 17 00:00:00 2001 From: Dibyo Majumdar Date: Mon, 28 Aug 2017 20:18:06 -0700 Subject: [PATCH] Fix createStore call --- types/redux-batched-subscribe/redux-batched-subscribe-tests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/redux-batched-subscribe/redux-batched-subscribe-tests.ts b/types/redux-batched-subscribe/redux-batched-subscribe-tests.ts index 3f7159b128..6fa3e891b3 100644 --- a/types/redux-batched-subscribe/redux-batched-subscribe-tests.ts +++ b/types/redux-batched-subscribe/redux-batched-subscribe-tests.ts @@ -25,6 +25,5 @@ const asyncNotify: BatchFunction = (() => { const store: Store = createStore( rootReducer, - undefined, batchedSubscribe(asyncNotify) );