Skip to content

Commit

Permalink
fix: add title to review-final-dto (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
R3gardless authored Jul 3, 2024
1 parent 949e010 commit fe02db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/reviews/dtos/get-review-final.res.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export class GetReviewFinalResDto {
this.id = review.id;
this.student = review.thesisInfo.process.student.name;
this.department = review.thesisInfo.process.student.department.name;
this.title = review.thesisInfo.title;
this.abstract = review.thesisInfo.abstract;
this.thesisFiles = review.thesisInfo.thesisFiles;
this.status = review.contentStatus;
Expand Down

0 comments on commit fe02db1

Please sign in to comment.