Fix onHarvest bug #186
Annotations
10 warnings
Run ESLint on changed files:
src/tasks/minions/farmingActivity.ts#L148
'plant' is already declared in the upper scope on line 148 column 9
|
Run ESLint on changed files:
src/tasks/minions/farmingActivity.ts#L230
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run ESLint on changed files:
src/tasks/minions/farmingActivity.ts#L253
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run ESLint on changed files:
src/tasks/minions/farmingActivity.ts#L256
'plant' is already declared in the upper scope on line 148 column 9
|
Run ESLint on changed files:
src/tasks/minions/farmingActivity.ts#L481
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
src/tasks/minions/farmingActivity.ts#L486
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
src/tasks/minions/farmingActivity.ts#L607
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
src/tasks/minions/farmingActivity.ts#L617
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
src/tasks/minions/farmingActivity.ts#L627
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading