adding reset password feature #57
Annotations
10 errors and 10 warnings
Build project:
src/entity/user.ts#L8
Unable to resolve signature of class decorator when called as an expression.
|
Build project:
src/entity/user.ts#L9
Unable to resolve signature of class decorator when called as an expression.
|
Build project:
src/entity/user.ts#L11
Unable to resolve signature of property decorator when called as an expression.
|
Build project:
src/entity/user.ts#L14
Unable to resolve signature of property decorator when called as an expression.
|
Build project:
src/entity/user.ts#L17
Unable to resolve signature of property decorator when called as an expression.
|
Build project:
src/entity/user.ts#L20
Unable to resolve signature of property decorator when called as an expression.
|
Build project:
src/entity/user.ts#L23
Unable to resolve signature of property decorator when called as an expression.
|
Build project:
src/entity/user.ts#L26
Unable to resolve signature of property decorator when called as an expression.
|
Build project:
src/services/user.services/userPasswordResetService.ts#L3
Cannot find module 'nodemailer' or its corresponding type declarations.
|
Build project
Process completed with exit code 2.
|
Run ESLint and Prettier:
src/controllers/index.ts#L1
Missing semicolon
|
Run ESLint and Prettier:
src/controllers/userPasswordReset.controller.ts#L4
Missing return type on function
|
|
Run ESLint and Prettier:
src/index.ts#L19
'res' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint and Prettier:
src/middlewares/errorHandler.ts#L15
'req' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint and Prettier:
src/middlewares/errorHandler.ts#L15
Missing return type on function
|
Run ESLint and Prettier:
src/routes/index.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint and Prettier:
src/routes/index.ts#L7
'req' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint and Prettier:
src/services/user.services/userPasswordResetService.ts#L5
Missing space before function parentheses
|
Run ESLint and Prettier:
src/services/user.services/userPasswordResetService.ts#L5
Missing return type on function
|
The logs for this run have expired and are no longer available.
Loading