We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594db59 commit f86d6fcCopy full SHA for f86d6fc
1 file changed
frontend/src/ts/test/words-generator.ts
@@ -759,6 +759,7 @@ export async function getNextWord(
759
}
760
} else {
761
console.debug("Repeated word: ", repeated);
762
+ sectionIndex++;
763
return repeated;
764
765
0 commit comments