feat: Replace form-data with native FormData #499
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>'.
|