Skip to content

Commit f44626a

Browse files
committed
fix(be): e2e tests
1 parent 42c7367 commit f44626a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { z } from "zod";
22

33
export const timestampSchema = z.object({
4-
predicted: z.string(),
5-
scheduled: z.string(),
4+
predicted: z.coerce.string(),
5+
scheduled: z.coerce.string(),
66
});
77

88
export type TimestampSchema = z.infer<typeof timestampSchema>;

0 commit comments

Comments
 (0)