mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-24 08:02:26 -04:00
Fix ?with=studios invalid date formats
This commit is contained in:
@@ -109,6 +109,7 @@ export const queryFn = async <Parser extends z.ZodTypeAny>(context: {
|
||||
" Parse error: ",
|
||||
parsed.error,
|
||||
);
|
||||
console.log(parsed.error.issues);
|
||||
throw {
|
||||
status: "parse",
|
||||
message:
|
||||
|
||||
Reference in New Issue
Block a user