mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Fixed type anotation
This commit is contained in:
parent
89158be7de
commit
dc3abc68f0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue