publicKey optional

This commit is contained in:
Owen
2025-08-04 21:29:40 -07:00
parent dcf530d237
commit 17cf903804

View File

@@ -29,7 +29,7 @@ const updateHolePunchSchema = z.object({
port: z.number(),
timestamp: z.number(),
reachableAt: z.string().optional(),
publicKey: z.string()
publicKey: z.string().optional()
});
// New response type with multi-peer destination support