mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Merge pull request #320 from almeidx/embed-validation
fix(tags): embed validation
This commit is contained in:
commit
a626481802
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ export const zEmbedInput = z.object({
|
||||||
title: z.string().optional(),
|
title: z.string().optional(),
|
||||||
description: z.string().optional(),
|
description: z.string().optional(),
|
||||||
url: z.string().optional(),
|
url: z.string().optional(),
|
||||||
timestamp: z.number().optional(),
|
timestamp: z.string().optional(),
|
||||||
color: z.number().optional(),
|
color: z.number().optional(),
|
||||||
|
|
||||||
footer: z.optional(
|
footer: z.optional(
|
||||||
|
|
Loading…
Add table
Reference in a new issue