Skip to content

Commit f80c420

Browse files
committed
remove sleep
1 parent 7930b43 commit f80c420

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/page/bulkNew.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import page from 'page';
33
import { App } from '../app';
44
import type { Me } from '../auth';
55
import { type Feedback, formData, isSuccess, responseToFeedback } from '../form';
6-
import { gameRuleKeys, gameRules, sleep } from '../util';
6+
import { gameRuleKeys, gameRules } from '../util';
77
import * as form from '../view/form';
88
import layout from '../view/layout';
99
import { type Pairing, filterRound, getPairings, getPlayers, saveUrls } from '../scraper/scraper';
@@ -114,7 +114,6 @@ export class BulkNew {
114114

115115
if (isSuccess(this.feedback)) {
116116
if (!!get('armageddon')) {
117-
await sleep(3000);
118117
const addTimeResponses = new Map<string, number>();
119118
for (const game of this.feedback.result.games) {
120119
const client = createClient<paths>({

0 commit comments

Comments
 (0)