Fix typo
This commit is contained in:
parent
e6d6b66795
commit
e68c71477a
|
@ -16,5 +16,5 @@ export function *watchFetchAccounts() {
|
|||
}
|
||||
|
||||
export default function *root() {
|
||||
yield all([fork(fetchAccounts)]);
|
||||
yield all([fork(watchFetchAccounts)]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue