Skip to content

Commit cd77c26

Browse files
committed
fix lint
1 parent 723a847 commit cd77c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/review-application/reviewApplication.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export class ReviewApplicationService {
7171
}
7272
// make sure application role matches
7373
if (
74+
// eslint-disable-next-line @typescript-eslint/no-unsafe-enum-comparison
7475
ReviewApplicationRoleOpportunityTypeMap[dto.role] !== opportunity.type
7576
) {
7677
throw new BadRequestException(

0 commit comments

Comments
 (0)