mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
fix: repeated tests that use pipe delimiter would not load correctly
closes #5685
This commit is contained in:
parent
594db598da
commit
f86d6fcf1c
1 changed files with 1 additions and 0 deletions
|
|
@ -759,6 +759,7 @@ export async function getNextWord(
|
|||
}
|
||||
} else {
|
||||
console.debug("Repeated word: ", repeated);
|
||||
sectionIndex++;
|
||||
return repeated;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue