mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
fix log line
This commit is contained in:
@@ -56,7 +56,7 @@ module.exports = HttpController =
|
||||
else if error?
|
||||
return next(error)
|
||||
else
|
||||
logger.log project_id: project_id, result: ("#{doc._id}:#{doc.rev}" for doc in result), "got docs via http"
|
||||
logger.log project_id: project_id, result: ("#{doc._id}:#{doc.v}" for doc in result), "got docs via http"
|
||||
res.send result
|
||||
|
||||
setDoc: (req, res, next = (error) ->) ->
|
||||
|
||||
Reference in New Issue
Block a user