mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
User stat logging fix when user uploads from website
This commit is contained in:
@@ -144,8 +144,8 @@ function ProcessIncomingRequest(recievedData, qdb, infos, dryRun, user) {
|
||||
let subjRow = '\t' + data.subj
|
||||
if (data.id) {
|
||||
subjRow += ' ( CID: ' + logger.logHashed(data.id) + ')'
|
||||
idStats.LogId(user.id, data.subj, allQuestions.length, allQLength)
|
||||
}
|
||||
idStats.LogId(user.id, data.subj, allQuestions.length, allQLength)
|
||||
logger.Log(subjRow)
|
||||
if (data.version !== undefined) {
|
||||
msg += '. Version: ' + data.version
|
||||
|
Reference in New Issue
Block a user