We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723a847 commit cd77c26Copy full SHA for cd77c26
src/api/review-application/reviewApplication.service.ts
@@ -71,6 +71,7 @@ export class ReviewApplicationService {
71
}
72
// make sure application role matches
73
if (
74
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-enum-comparison
75
ReviewApplicationRoleOpportunityTypeMap[dto.role] !== opportunity.type
76
) {
77
throw new BadRequestException(
0 commit comments