Skip to content

make fields in signOrder optional #751

make fields in signOrder optional

make fields in signOrder optional #751

Triggered via push January 19, 2024 09:27
Status Failure
Total duration 1m 32s
Artifacts
build-and-publish
1m 21s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-and-publish: src/services/Aggregator/index.ts#L98
Type '{ Authorization: string; } | { Authorization?: undefined; }' is not assignable to type 'HeadersInit | undefined'.
build-and-publish: src/services/Aggregator/index.ts#L110
Type '{ Authorization: string; } | { Authorization?: undefined; }' is not assignable to type 'HeadersInit | undefined'.
build-and-publish: src/services/Aggregator/index.ts#L121
Type '{ Authorization: string; } | { Authorization?: undefined; }' is not assignable to type 'HeadersInit | undefined'.
build-and-publish: src/services/Aggregator/index.ts#L146
Type '{ Authorization: string; } | { Authorization?: undefined; }' is not assignable to type 'HeadersInit | undefined'.
build-and-publish: src/services/Aggregator/index.ts#L158
Type '{ Authorization: string; } | { Authorization?: undefined; }' is not assignable to type 'HeadersInit | undefined'.
build-and-publish: src/services/Aggregator/index.ts#L171
Type '{ Authorization: string; } | { Authorization?: undefined; }' is not assignable to type 'HeadersInit | undefined'.
build-and-publish: src/services/Aggregator/index.ts#L183
Type '{ Authorization: string; } | { Authorization?: undefined; }' is not assignable to type 'HeadersInit | undefined'.
build-and-publish: src/services/Aggregator/index.ts#L190
Type '{ Authorization: string; } | { Authorization?: undefined; }' is not assignable to type 'HeadersInit | undefined'.
build-and-publish: src/services/Aggregator/index.ts#L197
Type '{ Authorization: string; } | { Authorization?: undefined; }' is not assignable to type 'HeadersInit | undefined'.
build-and-publish: src/services/Aggregator/index.ts#L237
Type '{ Authorization: string; 'X-Source'?: "TERMINAL_MARKET" | "TERMINAL_LIMIT" | "SWAP_UI" | undefined; 'X-From-Widget'?: string | undefined; 'X-Partner-Id'?: string | undefined; 'X-Reverse-Order'?: string | undefined; 'Content-Type': string; Accept: string; } | { ...; }' is not assignable to type 'HeadersInit | undefined'.