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:
@@ -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}`)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user