Skip to content

feat: Replace form-data with native FormData #499

feat: Replace form-data with native FormData

feat: Replace form-data with native FormData #499

Triggered via push July 29, 2025 09:24
Status Failure
Total duration 32s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test (18.x)
Process completed with exit code 2.
test (18.x): src/modules/contacts/httpClient/prepareParamsForRequest/index.ts#L42
Argument of type 'Record<string, unknown> | FormData' is not assignable to parameter of type 'Record<string, unknown>'.
test (22.x)
Process completed with exit code 2.
test (22.x): src/modules/contacts/httpClient/prepareParamsForRequest/index.ts#L42
Argument of type 'Record<string, unknown> | FormData' is not assignable to parameter of type 'Record<string, unknown>'.
test (20.x)
Process completed with exit code 2.
test (20.x): src/modules/contacts/httpClient/prepareParamsForRequest/index.ts#L42
Argument of type 'Record<string, unknown> | FormData' is not assignable to parameter of type 'Record<string, unknown>'.
test (24.x)
Process completed with exit code 2.
test (24.x): src/modules/contacts/httpClient/prepareParamsForRequest/index.ts#L42
Argument of type 'Record<string, unknown> | FormData' is not assignable to parameter of type 'Record<string, unknown>'.