Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Mar 7, 2024
1 parent c4f82d2 commit f354540
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const contractSchema = z.object({
createdAt: z.date(),
updatedAt: z.date(),
status: statusSchema,
createdAt: z.date(),
updatedAt: z.date(),
stateCode: z.string(),
mccrsID: z.string().optional(),
stateNumber: z.number().min(1),
Expand Down

0 comments on commit f354540

Please sign in to comment.