Skip to content

fix: #808 Payment referenceType NULL due to bad migration #186

fix: #808 Payment referenceType NULL due to bad migration

fix: #808 Payment referenceType NULL due to bad migration #186

Triggered via pull request January 16, 2024 22:47
Status Failure
Total duration 4m 51s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
setup_and_lint
Process completed with exit code 1.
setup_and_lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup_and_lint: backend/patches/index.ts#L35
Insert `,`
setup_and_lint: backend/patches/index.ts#L36
Insert `,`
setup_and_lint: backend/patches/setPaymentReferenceType.ts#L4
Replace `.where({referenceType:·null}).update({referenceType:·'SalesInvoice'})` with `⏎····.where({·referenceType:·null·})⏎····.update({·referenceType:·'SalesInvoice'·});`