Skip to content

Commit fcca640

Browse files
committed
chore: fix formatting
1 parent 8e3eb10 commit fcca640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/research/studies/study.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class StudyBaseDto {
1414
}
1515

1616
export class StudyResponseDto extends StudyBaseDto {
17-
@ApiProperty({example: 1, description: "The count of questionnaires tracked to this study"})
17+
@ApiProperty({ example: 1, description: "The count of questionnaires tracked to this study" })
1818
@Expose()
1919
questionnairesCount?: number;
2020
}

0 commit comments

Comments
 (0)