mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
arreglar schema
This commit is contained in:
parent
2dc7c35a63
commit
a6e972ce83
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export const zDatasetInfo = z.object({
|
||||||
format: z.string(),
|
format: z.string(),
|
||||||
created: z.coerce.date(),
|
created: z.coerce.date(),
|
||||||
url: z.string(),
|
url: z.string(),
|
||||||
modified: z.coerce.date(),
|
modified: z.coerce.date().optional(),
|
||||||
description: z.string(),
|
description: z.string(),
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue