Add Get all mentee emails by status endpoint #154
Annotations
9 errors and 1 warning
|
ESLint check:
src/routes/admin/mentee/mentee.route.ts#L2
'requireAuth' is defined but never used
|
ESLint check:
src/routes/admin/mentee/mentee.route.ts#L3
Replace `⏎··getAllMenteeEmails,⏎` with `·getAllMenteeEmails·`
|
ESLint check:
src/routes/admin/mentee/mentee.route.ts#L9
Expected exception block, space or tab after '/*' in comment
|
ESLint check:
src/routes/admin/mentee/mentee.route.ts#L9
Expected space or tab before '*/' in comment
|
ESLint check:
src/services/admin/email.service.ts#L5
Replace `status:·ApplicationStatus·|·undefined` with `⏎··status:·ApplicationStatus·|·undefined⏎`
|
ESLint check:
src/services/admin/email.service.ts#L19
Replace `+·(status·||·'undefined'),` with `·+·(status·||·'undefined')`
|
ESLint check:
src/services/admin/email.service.ts#L19
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
ESLint check
Process completed with exit code 1.
|
ESLint check:
src/routes/admin/mentee/mentee.route.ts#L2
'requireAuth' is defined but never used
|
The logs for this run have expired and are no longer available.
Loading