Fixed type anotation

This commit is contained in:
Frank Elsinga 2024-01-30 17:54:04 +01:00 committed by GitHub
parent 89158be7de
commit dc3abc68f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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