Skip to content

EDM-1781 multi org support #1252

EDM-1781 multi org support

EDM-1781 multi org support #1252

Triggered via pull request September 17, 2025 12:54
Status Failure
Total duration 2m 29s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint
Process completed with exit code 1.
Lint: libs/ui-components/src/components/common/OrganizationSelector.tsx#L168
Async arrow function has no 'await' expression
integration-tests
Property 'proxyFetch' is missing in type '{ getWsEndpoint: (deviceId: string) => string; get: <R>(kind: string, abortSignal?: AbortSignal | undefined) => Promise<R>; post: <R>(kind: string, obj: R) => Promise<...>; put: <R>(kind: string, obj: R) => Promise<...>; remove: <R>(kind: string, abortSignal?: AbortSignal | undefined) => Promise<...>; patch: <R>(kin...' but required in type '{ getWsEndpoint: (deviceId: string) => string; get: <R>(kind: string, abortSignal?: AbortSignal | undefined) => Promise<R>; post: <R>(kind: string, data: R, abortSignal?: AbortSignal | undefined) => Promise<...>; ... 4 more ...; proxyFetch: (endpoint: string, requestInit: RequestInit) => Promise<...>; }'.