mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Ask test script fix, debug logging typo fix
This commit is contained in:
parent
c6764ce49c
commit
6e83e5051c
3 changed files with 4 additions and 4 deletions
|
@ -201,7 +201,7 @@ app.get('/ask', function (req, res) {
|
|||
result: r,
|
||||
success: true
|
||||
})
|
||||
logger.DebugLog(`Question result length: ${r.lengh}`, 'ask', 1)
|
||||
logger.DebugLog(`Question result length: ${r.length}`, 'ask', 1)
|
||||
logger.DebugLog(r, 'ask', 2)
|
||||
} else {
|
||||
logger.DebugLog(`Invalid question`, 'ask', 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue