mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 14:59:19 +00:00
added logging
This commit is contained in:
parent
15c6e49d1a
commit
086875d50c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ logger = require("logger-sharelatex")
|
|||
module.exports = UserHandler =
|
||||
|
||||
populateGroupLicenceInvite: (user, callback)->
|
||||
logger.log user_id:user._id, "populating any potential group licence invites"
|
||||
licence = SubscriptionDomainHandler.getLicenceUserCanJoin user
|
||||
if !licence?
|
||||
return callback()
|
||||
|
|
Loading…
Reference in a new issue