Rewrite AuthService validate functions to return nullls not errors #362
Annotations
8 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
apps/api/src/auth/auth.service.spec.ts#L1
'BadRequestException' is defined but never used
|
Lint:
apps/api/src/auth/auth.service.ts#L1
'BadRequestException' is defined but never used
|
Lint:
apps/api/src/images/images.controller.ts#L2
'ApiProduces' is defined but never used
|
Lint:
apps/api/src/main.ts#L1
'INestApplication' is defined but never used
|
Lint:
apps/api/src/models/products/products.controller.ts#L13
'ApiResponse' is defined but never used
|
Lint:
apps/api/src/security/security.controller.spec.ts#L5
'controller' is assigned a value but never used
|
Lint:
apps/api/test/auth.e2e-spec.ts#L1
'INestApplication' is defined but never used
|
Loading