We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d1212 commit 322243dCopy full SHA for 322243d
1 file changed
src/infra/bonjour-discovery.test.ts
@@ -6,15 +6,15 @@ const WIDE_AREA_DOMAIN = "openclaw.internal.";
6
7
type BeaconRecord = {
8
domain?: string;
9
- instanceName?: string;
+ instanceName: string;
10
displayName?: string;
11
host?: string;
12
port?: number;
13
tailnetDns?: string;
14
gatewayPort?: number;
15
sshPort?: number;
16
cliPath?: string;
17
- txt?: Record<string, unknown>;
+ txt?: Record<string, string>;
18
};
19
20
function collectMatching<T, U>(
0 commit comments