We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3eb10 commit fcca640Copy full SHA for fcca640
apps/backend/src/research/studies/study.dto.ts
@@ -14,7 +14,7 @@ class StudyBaseDto {
14
}
15
16
export class StudyResponseDto extends StudyBaseDto {
17
- @ApiProperty({example: 1, description: "The count of questionnaires tracked to this study"})
+ @ApiProperty({ example: 1, description: "The count of questionnaires tracked to this study" })
18
@Expose()
19
questionnairesCount?: number;
20
0 commit comments