fix: redundant function call

This commit is contained in:
Mario Garrido
2025-07-04 16:31:30 +01:00
parent ae499cc345
commit 095a44fac0
-2
View File
@@ -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,