Fixed type anotation

pull/2830/head
Frank Elsinga 3 months ago committed by GitHub
parent 89158be7de
commit dc3abc68f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -324,7 +324,7 @@ class Monitor extends BeanModel {
/**
* Start monitor
* @param {Server} io Socket server instance
* @returns {void}
* @returns {Promise<void>}
*/
async start(io) {
let previousBeat = null;

Loading…
Cancel
Save