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:
parent
c9df0fdce5
commit
24d1974d8d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0906bdb253eaeb87131e285d040dd463a7b9d791
|
||||
Subproject commit 15dde276f6dc0c0c368e998a3d5d258d955c83e3
|
Loading…
Add table
Add a link
Reference in a new issue