mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-25 21:00:28 -05:00
Remove unused export
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user