EDM-1781 multi org support #1251
Triggered via pull request
September 17, 2025 11:40
Status
Failure
Total duration
3m 43s
Artifacts
–
ci.yaml
on: pull_request
preflight-check
6s
integration-tests
2m 25s
Annotations
3 errors
|
Lint
Process completed with exit code 1.
|
|
Lint:
libs/ui-components/src/components/common/OrganizationGuard.tsx#L37
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<...>; }'.
|