Bug fix recorddate inconsistency #205
Annotations
10 errors and 12 warnings
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L9
Unsafe member access .name on an `any` value
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L9
Unsafe argument of type `any` assigned to a parameter of type `String`
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L9
Unsafe member access .referenceName on an `any` value
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L10
Unsafe member access .name on an `any` value
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L10
Unsafe argument of type `any` assigned to a parameter of type `String`
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L10
Unsafe member access .referenceName on an `any` value
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L11
Unsafe member access .name on an `any` value
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L11
Unsafe argument of type `any` assigned to a parameter of type `String`
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L11
Unsafe member access .referenceName on an `any` value
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L12
Unsafe member access .name on an `any` value
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Lint:
backend/patches/index.ts#L41
Replace `⏎` with `,`
|
Lint:
backend/patches/index.ts#L43
Insert `,`
|
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L6
Replace `········.select('name',` with `····.select('name',·`
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L7
Delete `····`
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L8
Replace `······trx.forEach(async·entry` with `trx.forEach(async·(entry)`
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L8
Promise returned in function argument where a void return was expected
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L9
Replace `················await·updateDateTimeForEntryType('PurchaseInvoice',·entry.name,·entry.referenceName,·dm);` with `········await·updateDateTimeForEntryType(⏎··········'PurchaseInvoice',⏎··········entry.name,⏎··········entry.referenceName,⏎··········dm`
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L10
Replace `········await·updateDateTimeForEntryType('SalesInvoice',·entry.name,·entry.referenceName,·dm);` with `);⏎········await·updateDateTimeForEntryType(⏎··········'SalesInvoice',⏎··········entry.name,⏎··········entry.referenceName,⏎··········dm`
|
Lint:
backend/patches/v0_21_0/fixLedgerDateTime.ts#L11
Replace `········await·updateDateTimeForEntryType('JournalEntry',·entry.name,·entry.referenceName,·dm);` with `);⏎········await·updateDateTimeForEntryType(⏎··········'JournalEntry',⏎··········entry.name,⏎··········entry.referenceName,⏎··········dm`
|
The logs for this run have expired and are no longer available.
Loading