fix: repeated tests that use pipe delimiter would not load correctly

closes #5685
This commit is contained in:
Miodec 2024-07-31 10:28:59 +02:00
parent 594db598da
commit f86d6fcf1c

View file

@ -759,6 +759,7 @@ export async function getNextWord(
}
} else {
console.debug("Repeated word: ", repeated);
sectionIndex++;
return repeated;
}
}