mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-22 05:24:48 -04:00
Change some jsdoc rule to warn instead of error
This commit is contained in:
parent
d33b4f46e4
commit
db3a7d69fe
7 changed files with 53 additions and 17 deletions
|
@ -291,6 +291,9 @@ class Monitor extends BeanModel {
|
|||
return JSON.parse(this.accepted_statuscodes_json);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
getGameDigGivenPortOnly() {
|
||||
return Boolean(this.gamedigGivenPortOnly);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue