fix: redundant function call
This commit is contained in:
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…
Reference in New Issue
Block a user