Skip to content

fix(notifications): contextual override for WebSocket notification URL #5385

fix(notifications): contextual override for WebSocket notification URL

fix(notifications): contextual override for WebSocket notification URL #5385

Triggered via pull request January 30, 2025 20:06
Status Failure
Total duration 2m 13s
Artifacts

ci.yaml

on: pull_request
Matrix: eslint-check
Matrix: integration-test
Matrix: prettier-check
Matrix: test
Matrix: type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L81
Module '"./Services"' declares 'CryostatContext' locally, but it is not exported.
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L106
Argument of type 'unknown' is not assignable to parameter of type 'string | Request'.
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L107
'resp' is of type 'unknown'.
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L112
Argument of type 'unknown' is not assignable to parameter of type 'string | Request'.
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L113
'resp' is of type 'unknown'.
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L251
Type 'unknown' is not assignable to type 'object'.
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L260
'resp' is of type 'unknown'.
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L279
Type 'unknown' is not assignable to type 'HeadersInit | undefined'.
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L282
'resp' is of type 'unknown'.
type-check (lts/*): src/app/Shared/Services/Api.service.tsx#L301
Type 'unknown' is not assignable to type 'HeadersInit | undefined'.
eslint-check (lts/*): src/app/Shared/Services/Services.tsx#L25
`./ServiceTypes` import should occur before import of `./Settings.service`