mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 18:26:40 +00:00
publicKey optional
This commit is contained in:
@@ -29,7 +29,7 @@ const updateHolePunchSchema = z.object({
|
|||||||
port: z.number(),
|
port: z.number(),
|
||||||
timestamp: z.number(),
|
timestamp: z.number(),
|
||||||
reachableAt: z.string().optional(),
|
reachableAt: z.string().optional(),
|
||||||
publicKey: z.string()
|
publicKey: z.string().optional()
|
||||||
});
|
});
|
||||||
|
|
||||||
// New response type with multi-peer destination support
|
// New response type with multi-peer destination support
|
||||||
|
|||||||
Reference in New Issue
Block a user