Skip to content

feat(express): migrate signpayload to typed routes #22764

feat(express): migrate signpayload to typed routes

feat(express): migrate signpayload to typed routes #22764

Triggered via pull request September 10, 2025 19:40
Status Failure
Total duration 10m 47s
Artifacts

ci.yml

on: pull_request
Matrix: code-quality
Matrix: unit-test
Fit to window
Zoom out
Zoom in

Annotations

7 errors
code-quality (dependencies)
Process completed with exit code 1.
unit-test (22.x)
Process completed with exit code 1.
unit-test (22.x)
Argument of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>> & { decoded: { walletId: string; payload: Json; walletPassphrase?: string | undefined; } & {}; }'.
unit-test (20.x)
Process completed with exit code 1.
unit-test (20.x)
Argument of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>> & { decoded: { walletId: string; payload: Json; walletPassphrase?: string | undefined; } & {}; }'.
browser-test
Process completed with exit code 1.
browser-test
Argument of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>> & { decoded: { walletId: string; payload: Json; walletPassphrase?: string | undefined; } & {}; }'.