This commit is contained in:
Anthony Laibe 2018-08-01 14:35:40 +01:00 committed by Iuri Matias
parent e6d6b66795
commit e68c71477a
1 changed files with 1 additions and 1 deletions

View File

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