mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix reference to @key
in log expression.
This commit is contained in:
parent
4a76fcd13b
commit
1399ee4689
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,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, null, callback
|
||||
|
||||
read: (callback = ->)->
|
||||
|
|
Loading…
Reference in a new issue