mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-17 08:07:51 +00:00
Fix typo
This commit is contained in:
parent
e607d10edc
commit
7e4f5dbdab
@ -16,5 +16,5 @@ export function *watchFetchAccounts() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default function *root() {
|
export default function *root() {
|
||||||
yield all([fork(fetchAccounts)]);
|
yield all([fork(watchFetchAccounts)]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user