Skip to content

Commit

Permalink
add optional
Browse files Browse the repository at this point in the history
  • Loading branch information
qweliant committed Feb 12, 2024
1 parent e1efba3 commit 8944415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/evaluations/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export type EvaluatorWithInvite = z.infer<typeof EvaluatorWithInvite>;
export const EvaluatorWhoAccepted = EvaluatorWithInvite.merge(
z.object({
acceptedAt: z.string(),
deadline: z.date(),
deadline: z.date().optional(),
})
);
export type EvaluatorWhoAccepted = z.infer<typeof EvaluatorWhoAccepted>;
Expand Down

0 comments on commit 8944415

Please sign in to comment.