mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-10 14:16:47 +00:00
Fix typo
This commit is contained in:
parent
bb1a12f048
commit
a8806a14d1
@ -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