Skip to content

Remove redundant comment #577

Remove redundant comment

Remove redundant comment #577

Triggered via push September 25, 2025 17:13
Status Failure
Total duration 54s
Artifacts

check.yml

on: push
Matrix: Lint, Build & Test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint, Build & Test (20.x)
Process completed with exit code 2.
Lint, Build & Test (20.x): src/http/createRequest.ts#L100
Argument of type 'ApiError<ApiResponse<P> | undefined>' is not assignable to parameter of type 'ApiError<ApiErrorPayload>'.
Lint, Build & Test (20.x): src/http/createRequest.ts#L92
Type '{ status: string; code: number | undefined; message: string; errors: { ':global': { code: number | undefined; message: string | undefined; }[]; }; }' is missing the following properties from type 'ApiResponse<P>': payload, headers, statusText