mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix logging on groupPlan invite notification
This commit is contained in:
parent
418d1c56da
commit
892511820e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module.exports =
|
|||
messageOpts =
|
||||
groupName: licence.name
|
||||
subscription_id: licence.subscription_id
|
||||
logger.log user_id:user._id, key:key, "creating notification key for user"
|
||||
logger.log user_id:user._id, key:@key, "creating notification key for user"
|
||||
NotificationsHandler.createNotification user._id, @key, "notification_group_invite", messageOpts, callback
|
||||
|
||||
read: (callback = ->)->
|
||||
|
|
Loading…
Reference in a new issue