mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
Adds some onboarding logging to investigate potential bug
This commit is contained in:
@@ -273,6 +273,7 @@ module.exports = ProjectController =
|
||||
else if event?
|
||||
return cb(null, false)
|
||||
else
|
||||
logger.log user_id, event, "autocompile onboarding not shown yet to this user"
|
||||
return cb(null, true)
|
||||
}, (err, results)->
|
||||
if err?
|
||||
|
||||
Reference in New Issue
Block a user