feat: add integration test and implementation for trade webhook event… #500
Annotations
7 errors and 1 warning
|
verify
Process completed with exit code 2.
|
|
verify:
src/modules/webhook/webhook.service.ts#L12
Property 'webhookSubscription' does not exist on type 'DynamicClientExtensionThis<TypeMap<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }, {}>, TypeMapCb<{ log: ("error" | "warn" | "query")[]; datasourceUrl: string; }>, { ...; }>'.
|
|
verify:
src/modules/webhook/webhook.service.ts#L4
Property 'webhookSubscription' does not exist on type 'DynamicClientExtensionThis<TypeMap<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }, {}>, TypeMapCb<{ log: ("error" | "warn" | "query")[]; datasourceUrl: string; }>, { ...; }>'.
|
|
verify:
src/modules/webhook/webhook.integration.test.ts#L20
Property 'webhookSubscription' does not exist on type 'DynamicClientExtensionThis<TypeMap<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }, {}>, TypeMapCb<{ log: ("error" | "warn" | "query")[]; datasourceUrl: string; }>, { ...; }>'.
|
|
verify:
src/modules/webhook/webhook.integration.test.ts#L19
Property 'webhookSubscription' does not exist on type 'DynamicClientExtensionThis<TypeMap<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }, {}>, TypeMapCb<{ log: ("error" | "warn" | "query")[]; datasourceUrl: string; }>, { ...; }>'.
|
|
verify:
src/modules/webhook/webhook.controllers.ts#L86
Parameter 's' implicitly has an 'any' type.
|
|
verify:
src/modules/webhook/webhook.controllers.ts#L65
Parameter 'sub' implicitly has an 'any' type.
|
|
verify
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, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|