🐛 (whatsapp) Fix preview_url parsing
This commit is contained in:
@ -60,7 +60,6 @@ const sendingMessageSchema = z.discriminatedUnion('type', [
|
||||
body: z.string(),
|
||||
preview_url: z.boolean().optional(),
|
||||
}),
|
||||
preview_url: z.boolean().optional(),
|
||||
}),
|
||||
z.object({
|
||||
type: z.literal('image'),
|
||||
|
Reference in New Issue
Block a user