Skip to content

Commit b9dd150

Browse files
committed
fix: typing issues when wikipedia was requesting words
closes monkeytypegame#7215
1 parent d43fcba commit b9dd150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/input/helpers/word-navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function goToNextWord({
7575
Loader.hide();
7676
setAwaitingNextWord(false);
7777
} else {
78-
await TestLogic.addWord();
78+
void TestLogic.addWord();
7979
}
8080

8181
if (

0 commit comments

Comments
 (0)