mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 21:14:01 +08:00
Fixed type anotation
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user