Add Get all mentee emails by status endpoint #153
Annotations
10 errors and 1 warning
build:
src/controllers/admin/email.controller.ts#L9
Don't use `String` as a type. Use string instead
|
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#L7
Don't use `String` as a type. Use string instead
|
build:
src/services/admin/email.service.ts#L19
Replace `"All·mentee·emails·with·status·"` with `'All·mentee·emails·with·status·'`
|
build:
src/services/admin/email.service.ts#L19
Invalid operand for a '+' operation. Operands must each be a number or string. Got `ApplicationStatus | undefined`
|
build:
src/routes/admin/mentee/mentee.route.ts#L2
'requireAuth' is defined but never used
|