This commit is contained in:
Anthony Laibe 2018-08-01 14:35:40 +01:00 committed by Iuri Matias
parent bb1a12f048
commit a8806a14d1

View File

@ -16,5 +16,5 @@ export function *watchFetchAccounts() {
} }
export default function *root() { export default function *root() {
yield all([fork(fetchAccounts)]); yield all([fork(watchFetchAccounts)]);
} }