Remove superfluous argument
This commit is contained in:
parent
2073871fa1
commit
cd1c693a23
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const setTimeout = (value) => {
|
||||||
es.close()
|
es.close()
|
||||||
}
|
}
|
||||||
es = null
|
es = null
|
||||||
await startEventStream(dispatch)
|
await startEventStream()
|
||||||
}, currentIntervalCheck)
|
}, currentIntervalCheck)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue