This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
refactor: merge contribution data into same table #594
Annotations
8 errors and 3 warnings
tsc:
src/tools/gocardless/migrate-to-stripe.ts#L150
Object literal may only specify known properties, and 'nextAmount' does not exist in type '_QueryDeepPartialEntity<ContactContribution>'.
|
tsc:
src/webhooks/handlers/stripe.ts#L188
Property 'nextAmount' does not exist on type 'ContactContribution'.
|
tsc:
src/webhooks/handlers/stripe.ts#L190
Property 'nextAmount' does not exist on type 'ContactContribution'.
|
tsc:
src/webhooks/handlers/stripe.ts#L192
Object literal may only specify known properties, and 'nextAmount' does not exist in type 'Partial<ContactContribution>'.
|
tsc:
src/webhooks/utils/gocardless.ts#L110
Property 'nextAmount' does not exist on type 'ContactContribution'.
|
tsc:
src/webhooks/utils/gocardless.ts#L112
Property 'nextAmount' does not exist on type 'ContactContribution'.
|
tsc:
src/webhooks/utils/gocardless.ts#L114
Object literal may only specify known properties, and 'nextAmount' does not exist in type 'Partial<ContactContribution>'.
|
tsc
Process completed with exit code 2.
|
dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tsc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
prettier
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|