Skip to content

Rename call to "login" and pass call in from bff #162

Rename call to "login" and pass call in from bff

Rename call to "login" and pass call in from bff #162

Triggered via push October 17, 2023 18:03
Status Failure
Total duration 3m 15s
Artifacts
nest_test_and_sonarcloud  /  Nest Test
3m 6s
nest_test_and_sonarcloud / Nest Test
codeql_analyze  /  Analyze CodeQL
2m 10s
codeql_analyze / Analyze CodeQL
nest_lint  /  Nest Lint
1m 7s
nest_lint / Nest Lint
nest_test_and_sonarcloud  /  SonarCloud
0s
nest_test_and_sonarcloud / SonarCloud
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
nest_lint / Nest Lint: src/modules/frontend/api/frontend.controller.ts#L13
Async method 'login' has no 'await' expression
nest_lint / Nest Lint: src/modules/frontend/api/frontend.controller.ts#L18
Unsafe return of an `any` typed value
nest_lint / Nest Lint: src/modules/frontend/api/frontend.controller.ts#L18
Unsafe member access .login on an `any` value
nest_lint / Nest Lint: src/modules/frontend/api/frontend.controller.ts#L18
Unsafe call of an `any` typed value
nest_lint / Nest Lint: src/shared/config/json.config.ts#L19
Unsafe return of an `any` typed value
nest_lint / Nest Lint
Process completed with exit code 1.
nest_test_and_sonarcloud / Nest Test
Process completed with exit code 1.
nest_lint / Nest Lint: src/modules/frontend/frontend-api.module.spec.ts#L6
Replace `HttpModule}·from·"@nestjs/axios"` with `·HttpModule·}·from·'@nestjs/axios'`
nest_lint / Nest Lint: src/modules/frontend/frontend-api.module.ts#L3
Replace `HttpModule}·from·"@nestjs/axios"` with `·HttpModule·}·from·'@nestjs/axios'`
nest_lint / Nest Lint: src/modules/frontend/frontend-api.module.ts#L4
Replace `BackendService}·from·"./backend.service.js"` with `·BackendService·}·from·'./backend.service.js'`
nest_lint / Nest Lint: src/shared/config/json.config.ts#L7
Replace `BackendConfig}·from·"./BackendConfig.js"` with `·BackendConfig·}·from·'./BackendConfig.js'`