Skip to content

Commit ba92e75

Browse files
fix date type
1 parent ca42122 commit ba92e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/datastore/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export type OverallAllocation = z.infer<typeof $OverallAllocation>;
145145
export const $DailyAllocation = z
146146
.object({
147147
id: z.string(),
148-
date: z.ZodISODate,
148+
date: z.string(),
149149
volumeGroup: idRef($VolumeGroup, "id"),
150150
allocations: z.record(
151151
idRef($Supplier, "id"),

0 commit comments

Comments
 (0)