feat(notification): add provider-agnostic email adapter with templates &n mock provider #152
Annotations
11 errors and 10 warnings
|
|
|
Run npm run lint:
apps/api/src/auth/repositories/user.repository.ts#L21
Unsafe member access .PENDING on a type that cannot be resolved
|
|
Run npm run lint:
apps/api/src/auth/repositories/user.repository.ts#L21
Unsafe assignment of an error typed value
|
|
Run npm run lint:
apps/api/src/auth/repositories/user.repository.ts#L20
Unsafe member access .MENTEE on a type that cannot be resolved
|
|
Run npm run lint:
apps/api/src/auth/guards/jwt-auth.guard.ts#L7
Unsafe member access .canActivate on a type that cannot be resolved
|
|
Run npm run lint:
apps/api/src/auth/guards/jwt-auth.guard.ts#L7
Unsafe call of a type that could not be resolved
|
|
Run npm run lint:
apps/api/src/auth/guards/jwt-auth.guard.ts#L7
Unsafe return of a value of type error
|
|
Run npm run lint:
apps/api/src/auth/guards/jwt-auth.guard.ts#L5
Unsafe call of a type that could not be resolved
|
|
Run npm run lint:
apps/api/src/auth/dto/assign-roles.dto.ts#L1
'IsOptional' is defined but never used
|
|
Run npm run lint:
apps/api/src/auth/auth.controller.ts#L161
Unsafe assignment of an error typed value
|
|
Run npm run lint:
apps/api/src/app.module.ts#L12
'SessionsModule' is defined but never used
|
|
Run npm run lint:
apps/api/src/auth/services/user.service.ts#L142
Unsafe argument of type error typed assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
|
Run npm run lint:
apps/api/src/auth/services/user.service.ts#L110
Unsafe argument of type error typed assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
|
Run npm run lint:
apps/api/src/auth/services/user.service.ts#L47
Unsafe argument of type error typed assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
|
Run npm run lint:
apps/api/src/auth/repositories/user.repository.ts#L96
Unsafe argument of type error typed assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
|
Run npm run lint:
apps/api/src/auth/repositories/user.repository.ts#L10
Unsafe argument of type error typed assigned to a parameter of type `EntityClassOrSchema`
|
|
Run npm run lint:
apps/api/src/auth/dto/create-user.dto.ts#L27
Unsafe argument of type error typed assigned to a parameter of type `object`
|
|
Run npm run lint:
apps/api/src/auth/dto/create-user.dto.ts#L22
Unsafe argument of type error typed assigned to a parameter of type `object`
|
|
Run npm run lint:
apps/api/src/auth/dto/assign-roles.dto.ts#L7
Unsafe argument of type error typed assigned to a parameter of type `object`
|
|
Run npm run lint:
apps/api/src/auth/auth.controller.ts#L195
Unsafe argument of type error typed assigned to a parameter of type `Partial<UserResponseDto>`
|
|
Run npm run lint:
apps/api/src/auth/auth.controller.ts#L169
Unsafe argument of type error typed assigned to a parameter of type `Partial<UserResponseDto>`
|
Loading