mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added comment
This commit is contained in:
parent
258ccec663
commit
faefca9b55
1 changed files with 1 additions and 0 deletions
|
@ -1012,6 +1012,7 @@ function GetApp(): ModuleType {
|
||||||
|
|
||||||
const savedQuestions = utils.ReadJSON(savedSubjQuestionsFilePath)
|
const savedQuestions = utils.ReadJSON(savedSubjQuestionsFilePath)
|
||||||
|
|
||||||
|
// TODO: do this on another thread?
|
||||||
const testExists = savedQuestions.some((savedQuestion) => {
|
const testExists = savedQuestions.some((savedQuestion) => {
|
||||||
const data = utils.ReadJSON(`${subjPath}/${savedQuestion.fname}`)
|
const data = utils.ReadJSON(`${subjPath}/${savedQuestion.fname}`)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue