Skip to content

Commit

Permalink
remove change to domain model
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Jan 22, 2025
1 parent 689112c commit 0561e4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/app-api/src/domain-models/QuestionsType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const commonQuestionSchema = z.object({
division: divisionType, // DMCO, DMCP, OACT
documents: z.array(document),
responses: z.array(questionResponseType),
round: z.number(),
})

const contractQuestion = commonQuestionSchema.extend({
Expand Down

0 comments on commit 0561e4e

Please sign in to comment.