3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Merge pull request #320 from almeidx/embed-validation

fix(tags): embed validation
This commit is contained in:
Miikka 2022-04-23 13:09:27 +03:00 committed by GitHub
commit a626481802
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -327,7 +327,7 @@ export const zEmbedInput = z.object({
title: z.string().optional(),
description: z.string().optional(),
url: z.string().optional(),
timestamp: z.number().optional(),
timestamp: z.string().optional(),
color: z.number().optional(),
footer: z.optional(