Skip to content

Commit 322243d

Browse files
committed
test: align bonjour beacon record type
1 parent b4d1212 commit 322243d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/infra/bonjour-discovery.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ const WIDE_AREA_DOMAIN = "openclaw.internal.";
66

77
type BeaconRecord = {
88
domain?: string;
9-
instanceName?: string;
9+
instanceName: string;
1010
displayName?: string;
1111
host?: string;
1212
port?: number;
1313
tailnetDns?: string;
1414
gatewayPort?: number;
1515
sshPort?: number;
1616
cliPath?: string;
17-
txt?: Record<string, unknown>;
17+
txt?: Record<string, string>;
1818
};
1919

2020
function collectMatching<T, U>(

0 commit comments

Comments
 (0)