mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Use string type for dates
This commit is contained in:
parent
a05f44a523
commit
20dd61881c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const CreateAlbum = s.object({
|
|||
cover: s.instance(File),
|
||||
title: s.optional(s.string()),
|
||||
subTitle: s.optional(s.string()),
|
||||
releaseDate: s.optional(s.date()),
|
||||
releaseDate: s.optional(s.string()),
|
||||
label: s.optional(s.string()),
|
||||
vgmdb: s.optional(s.string()),
|
||||
description: s.optional(s.string()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue