mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +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(host);
|
||||||
}
|
}
|
||||||
|
|
||||||
host = await this.resolveHostname(monitor.hostname);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const state = await Gamedig.query({
|
const state = await Gamedig.query({
|
||||||
type: monitor.game,
|
type: monitor.game,
|
||||||
|
|
Loading…
Add table
Reference in a new issue