This commit is contained in:
Miodec 2023-05-09 14:22:14 +02:00
parent 699882490d
commit 50d20fff3d

View file

@ -465,7 +465,7 @@ export async function generateWords(
i++;
}
}
sectionHistory = []; //free up a bit of memory? is that even a thing?
sectionHistory = []; //free up a bit of memory? is that even a thing??
return ret;
}