Skip to content

Commit

Permalink
chore: expose status on dto
Browse files Browse the repository at this point in the history
  • Loading branch information
tnramalho committed Sep 23, 2024
1 parent d478c0b commit 4fc962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nestjs-report/src/dto/report.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ReportDto extends CommonEntityDto implements ReportInterface {
@IsString()
errorMessage = '';

@Exclude()
@Expose()
@ApiProperty({
enum: ReportStatusEnum,
enumName: 'ReportStatusEnum',
Expand Down

0 comments on commit 4fc962a

Please sign in to comment.