Skip to content

Adds 'Auto Slay' button to trip finish for Patrons. #14551

Adds 'Auto Slay' button to trip finish for Patrons.

Adds 'Auto Slay' button to trip finish for Patrons. #14551

Triggered via pull request January 11, 2024 10:34
Status Success
Total duration 1m 7s
Artifacts

codequality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ESLint: src/lib/util/globalInteractions.ts#L201
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
ESLint: src/lib/util/globalInteractions.ts#L218
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
ESLint: src/lib/util/globalInteractions.ts#L236
Unexpected string value in conditional. An explicit empty string check is required
ESLint: src/lib/util/globalInteractions.ts#L236
Unexpected string value in conditional. An explicit empty string check is required
ESLint: src/lib/util/globalInteractions.ts#L256
Unexpected string value in conditional. An explicit empty string check is required
ESLint: src/lib/util/globalInteractions.ts#L383
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
ESLint: src/lib/util/globalInteractions.ts#L392
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
ESLint: src/lib/util/globalInteractions.ts#L507
Unexpected value in conditional. A boolean expression is required
ESLint: src/lib/util/globalInteractions.ts#L507
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
ESLint: src/lib/util/handleTripFinish.ts#L57
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