mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Question adding fix, rmDuplicates script update/fix
This commit is contained in:
parent
98451bd5db
commit
c6ee4efbe4
3 changed files with 61 additions and 46 deletions
|
@ -118,7 +118,7 @@ function ProcessIncomingRequest(recievedData, qdb, infos, dryRun) {
|
|||
3
|
||||
)
|
||||
logger.DebugLog(currentQuestion, 'actions', 3)
|
||||
addQuestion(qdb, sName, currentQuestion)
|
||||
qdb = addQuestion(qdb, sName, currentQuestion)
|
||||
})
|
||||
|
||||
currWrites++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue