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

View File

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