Skip to content

fix(auth): use jwt secret #5

fix(auth): use jwt secret

fix(auth): use jwt secret #5

GitHub Actions / ESLint failed Nov 8, 2024 in 0s

18 errors

ESLint found 18 errors

Annotations

Check failure on line 30 in src/modules/auth/auth.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/auth/auth.service.ts#L30

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check failure on line 21 in src/modules/auth/strategies/jwt.strategy.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/auth/strategies/jwt.strategy.ts#L21

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check failure on line 4 in src/modules/users/schemas/user.schema.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/schemas/user.schema.ts#L4

Unable to resolve path to module 'mongoose' (import/no-unresolved)

Check failure on line 22 in src/modules/users/schemas/user.schema.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/schemas/user.schema.ts#L22

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check failure on line 10 in src/modules/users/user.module.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.module.ts#L10

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check failure on line 3 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L3

Unable to resolve path to module 'mongoose' (import/no-unresolved)

Check failure on line 12 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L12

Async method 'findAll' has no 'await' expression (@typescript-eslint/require-await)

Check failure on line 13 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L13

Unsafe return of an `any` typed value (@typescript-eslint/no-unsafe-return)

Check failure on line 13 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L13

Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)

Check failure on line 13 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L13

Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)

Check failure on line 13 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L13

Unsafe member access .find on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check failure on line 13 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L13

Unsafe member access .exec on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check failure on line 16 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L16

Async method 'findOne' has no 'await' expression (@typescript-eslint/require-await)

Check failure on line 17 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L17

Unsafe return of an `any` typed value (@typescript-eslint/no-unsafe-return)

Check failure on line 17 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L17

Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)

Check failure on line 17 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L17

Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)

Check failure on line 17 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L17

Unsafe member access .findOne on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check failure on line 17 in src/modules/users/user.repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/modules/users/user.repository.ts#L17

Unsafe member access .exec on an `any` value (@typescript-eslint/no-unsafe-member-access)