This commit is contained in:
Anthony Laibe 2018-08-01 14:35:40 +01:00 committed by Pascal Precht
parent e607d10edc
commit 7e4f5dbdab
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
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)]);
}