Remove superfluous argument

This commit is contained in:
Deluan 2020-12-24 10:39:10 -05:00
parent 2073871fa1
commit cd1c693a23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const setTimeout = (value) => {
es.close()
}
es = null
await startEventStream(dispatch)
await startEventStream()
}, currentIntervalCheck)
}