Skip to content

return correct uncharged item when charges run out #13931

return correct uncharged item when charges run out

return correct uncharged item when charges run out #13931

Triggered via pull request October 11, 2023 04:46
Status Success
Total duration 1m 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codequality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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."}]}