mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Adds some onboarding logging to investigate potential bug
This commit is contained in:
parent
0d02332be8
commit
4d4dba9677
1 changed files with 1 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue