fix: redundant function call

pull/5970/head
Mario Garrido 11 months ago
parent ae499cc345
commit 095a44fac0

@ -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…
Cancel
Save