Remove superfluous argument

This commit is contained in:
Deluan 2020-12-24 10:39:10 -05:00 committed by Joe Stump
parent 76dccf2ae8
commit c4bb2e9d64
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

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