Annotations
10 errors and 1 warning
|
Typecheck:
src/services/marketRate/middleValuePriceService.ts#L145
Type 'number | undefined' is not assignable to type 'number'.
|
|
Typecheck:
src/services/marketRate/middleValuePriceService.ts#L107
Object is possibly 'undefined'.
|
|
Typecheck:
src/services/marketRate/marketRateService.ts#L272
Property 'sendPriorityAlert' does not exist on type 'WebhookService'.
|
|
Typecheck:
src/routes/marketRates.ts#L118
This comparison appears to be unintentional because the types '500 | 423' and '403' have no overlap.
|
|
Typecheck:
src/routes/issuerOnboarding.ts#L96
Argument of type '{ requestId: number; approve: boolean; reviewedBy: string; reviewNote: string | undefined; }' is not assignable to parameter of type 'AdminDecisionInput' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Typecheck:
src/middleware/securityMiddleware.ts#L6
Range out of order in character class.
|
|
Typecheck:
src/index.ts#L260
Property 'restart' does not exist on type 'SorobanEventListener'. Did you mean 'start'?
|
|
Typecheck:
src/controllers/systemControlController.ts#L253
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
|
Typecheck:
src/controllers/adminController.ts#L263
Argument of type '{ eventType: string; actionType: string; relatedId: number; actorPublicKey: any; actorName: any; actorRole: any; eventDetails: string; previousState: string; newState: undefined; ipAddress: string | undefined; userAgent: string | undefined; }' is not assignable to parameter of type '{ eventType: string; actionType?: string; relatedId?: number; actorPublicKey: string; actorName: string; actorRole?: string; eventDetails?: string; previousState?: string; newState?: string; ipAddress?: string; userAgent?: string; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Typecheck:
src/controllers/adminController.ts#L199
Argument of type '{ eventType: string; actionType: string; relatedId: number; actorPublicKey: any; actorName: any; actorRole: any; eventDetails: string; previousState: string | undefined; newState: string; ipAddress: string | undefined; userAgent: string | undefined; }' is not assignable to parameter of type '{ eventType: string; actionType?: string; relatedId?: number; actorPublicKey: string; actorName: string; actorRole?: string; eventDetails?: string; previousState?: string; newState?: string; ipAddress?: string; userAgent?: string; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading