Skip to content

Commit f70544f

Browse files
author
ruiichen
committed
- added total score
1 parent 0ef35e2 commit f70544f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/typescript/services/implementations/reviewDashboardService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function toDTO(model: ApplicantRecord): ReviewDashoardRowDTO {
1818
firstName: r.user!.first_name,
1919
lastName: r.user!.last_name,
2020
})),
21-
totalScore: null,
21+
totalScore: model.combined_score,
2222
};
2323
}
2424

0 commit comments

Comments
 (0)