Remove unused export
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle
2026-09-20 18:12:19 +03:00
parent 68f008079c
commit f2915a384c

View File

@@ -251,7 +251,7 @@ export class SendouQMatchPage {
}
/** Waits out the gap the loss confirm keeps between arming and accepting the second tap. */
export async function waitOutLossConfirmMinGap(page: Page) {
async function waitOutLossConfirmMinGap(page: Page) {
// biome-ignore lint/nursery/noPlaywrightWaitForTimeout: the min gap after arming has no observable end
await page.waitForTimeout(LOSS_CONFIRM_MIN_GAP_MS);
}