return correct uncharged item when charges run out #13931
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
codequality.yml
on: pull_request
ESLint
55s
Typescript
1m 7s
Annotations
1 warning
ESLint:
src/lib/degradeableItems.ts#L325
[eslint] reported by reviewdog 🐶
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.
Raw Output:
{"ruleId":"@typescript-eslint/no-floating-promises","severity":1,"message":"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.","line":325,"column":3,"nodeType":"ExpressionStatement","messageId":"floatingVoid","endLine":325,"endColumn":58,"suggestions":[{"messageId":"floatingFixVoid","fix":{"range":[8788,8843],"text":"void updateBankSetting('degraded_items_cost', itemsDeleted);"},"desc":"Add void operator to ignore."}]}
|