mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
fix: redundant function call
This commit is contained in:
parent
ae499cc345
commit
095a44fac0
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ class GameDigMonitorType extends MonitorType {
|
|||
host = await this.resolveHostname(host);
|
||||
}
|
||||
|
||||
host = await this.resolveHostname(monitor.hostname);
|
||||
|
||||
try {
|
||||
const state = await Gamedig.query({
|
||||
type: monitor.game,
|
||||
|
|
Loading…
Add table
Reference in a new issue