Skip to content

adding reset password feature #57

adding reset password feature

adding reset password feature #57

Triggered via push May 2, 2024 15:14
Status Failure
Total duration 48s
Artifacts

ci.yml

on: push
build-lint-test-coverage
40s
build-lint-test-coverage
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-lint-test-coverage: src/entity/user.ts#L8
Unable to resolve signature of class decorator when called as an expression.
build-lint-test-coverage: src/entity/user.ts#L9
Unable to resolve signature of class decorator when called as an expression.
build-lint-test-coverage: src/entity/user.ts#L11
Unable to resolve signature of property decorator when called as an expression.
build-lint-test-coverage: src/entity/user.ts#L14
Unable to resolve signature of property decorator when called as an expression.
build-lint-test-coverage: src/entity/user.ts#L17
Unable to resolve signature of property decorator when called as an expression.
build-lint-test-coverage: src/entity/user.ts#L20
Unable to resolve signature of property decorator when called as an expression.
build-lint-test-coverage: src/entity/user.ts#L23
Unable to resolve signature of property decorator when called as an expression.
build-lint-test-coverage: src/entity/user.ts#L26
Unable to resolve signature of property decorator when called as an expression.
build-lint-test-coverage: src/services/user.services/userPasswordResetService.ts#L3
Cannot find module 'nodemailer' or its corresponding type declarations.
build-lint-test-coverage
Process completed with exit code 2.
build-lint-test-coverage: src/controllers/index.ts#L1
Missing semicolon
build-lint-test-coverage: src/controllers/userPasswordReset.controller.ts#L4
Missing return type on function
build-lint-test-coverage: src/index.ts#L19
'res' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/middlewares/errorHandler.ts#L15
'req' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/middlewares/errorHandler.ts#L15
Missing return type on function
build-lint-test-coverage: src/routes/index.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/routes/index.ts#L7
'req' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/services/user.services/userPasswordResetService.ts#L5
Missing space before function parentheses