Skip to content

Commit 42b4b88

Browse files
committed
chore: remove latest questionnaire from participant creation body
1 parent b6ac812 commit 42b4b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/research/participants/participant.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ export class ParticipantDto {
2626
}
2727

2828
export class ParticipantResponseDto extends ParticipantDto {}
29-
export class ParticipantCreationDto extends OmitType(ParticipantDto, ["questionnaires", "carers", "languages"]) {}
29+
export class ParticipantCreationDto extends OmitType(ParticipantDto, ["questionnaires", "carers", "languages", "latestQuestionnaire"]) {}
3030
export class ParticipantMutationDto extends PartialType(ParticipantDto) {}

0 commit comments

Comments
 (0)