Skip to content

Commit

Permalink
Extend generator method
Browse files Browse the repository at this point in the history
  • Loading branch information
motechFR committed Oct 25, 2024
1 parent a081325 commit 0414f0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/testing/proposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,11 @@ export async function generateProposal({
appealable: input.appealable,
appealRequiredReviews: input.appealRequiredReviews,
finalStep: input.finalStep,
dueDate: input.dueDate
dueDate: input.dueDate,
showAuthorResultsOnRubricFail: input.showAuthorResultsOnRubricFail,
shareReviews: input.shareReviews,
actionLabels: input.actionLabels,
notificationLabels: input.notificationLabels
}) as Prisma.ProposalEvaluationCreateManyInput
),
skipDuplicates: true
Expand Down

0 comments on commit 0414f0e

Please sign in to comment.