fix(auth): use jwt secret #5
Annotations
18 errors and 2 warnings
src/modules/auth/auth.service.ts#L30
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/modules/auth/strategies/jwt.strategy.ts#L21
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/modules/users/schemas/user.schema.ts#L4
Unable to resolve path to module 'mongoose' (import/no-unresolved)
|
src/modules/users/schemas/user.schema.ts#L22
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/modules/users/user.module.ts#L10
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/modules/users/user.repository.ts#L3
Unable to resolve path to module 'mongoose' (import/no-unresolved)
|
src/modules/users/user.repository.ts#L12
Async method 'findAll' has no 'await' expression (@typescript-eslint/require-await)
|
src/modules/users/user.repository.ts#L13
Unsafe return of an `any` typed value (@typescript-eslint/no-unsafe-return)
|
src/modules/users/user.repository.ts#L13
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
|
src/modules/users/user.repository.ts#L13
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
|
src/modules/users/user.repository.ts#L13
Unsafe member access .find on an `any` value (@typescript-eslint/no-unsafe-member-access)
|
src/modules/users/user.repository.ts#L13
Unsafe member access .exec on an `any` value (@typescript-eslint/no-unsafe-member-access)
|
src/modules/users/user.repository.ts#L16
Async method 'findOne' has no 'await' expression (@typescript-eslint/require-await)
|
src/modules/users/user.repository.ts#L17
Unsafe return of an `any` typed value (@typescript-eslint/no-unsafe-return)
|
src/modules/users/user.repository.ts#L17
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
|
src/modules/users/user.repository.ts#L17
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
|
src/modules/users/user.repository.ts#L17
Unsafe member access .findOne on an `any` value (@typescript-eslint/no-unsafe-member-access)
|
src/modules/users/user.repository.ts#L17
Unsafe member access .exec on an `any` value (@typescript-eslint/no-unsafe-member-access)
|
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|