Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tnramalho committed Sep 16, 2024
1 parent 85d2785 commit 04fde6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/nestjs-report/src/dto/report.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class ReportDto
@IsEnum(ReportStatusEnum)
status = ReportStatusEnum.Processing;

// TODO: maybe we do not need this, since we gonna have the file reference
@Expose()
@ApiProperty({
type: 'string',
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-report/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"references": [
{
"path": "../nestjs-user"
"path": "../nestjs-file"
}
]
}

0 comments on commit 04fde6d

Please sign in to comment.