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