fix(discovery): silence oxlint warning
This commit is contained in:
parent
e38cdb3133
commit
0fc7a06913
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ async function discoverWideAreaViaTailnetDns(
|
|||
|
||||
if (!nameserver || ptrs.length === 0) return [];
|
||||
if (remainingMs() <= 0) return [];
|
||||
const nameserverArg = `@${nameserver}`;
|
||||
const nameserverArg = `@${String(nameserver)}`;
|
||||
|
||||
const results: GatewayBonjourBeacon[] = [];
|
||||
for (const ptr of ptrs) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue