Fix Store Subscription Throttle Misconfiguration (#579)

This commit is contained in:
Daniel Ternyak 2017-12-13 21:28:35 -08:00 committed by GitHub
parent 9a073fd1d5
commit 38e08fce2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ const configureStore = () => {
}, },
customTokens: state.customTokens customTokens: state.customTokens
}); });
}), }, 1000)
1000
); );
return store; return store;