Remove superfluous argument
This commit is contained in:
@@ -33,7 +33,7 @@ const setTimeout = (value) => {
|
|||||||
es.close()
|
es.close()
|
||||||
}
|
}
|
||||||
es = null
|
es = null
|
||||||
await startEventStream(dispatch)
|
await startEventStream()
|
||||||
}, currentIntervalCheck)
|
}, currentIntervalCheck)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user