From 1399ee46898f5bb08fc62ff653ab6c1863c76430 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Wed, 31 Aug 2016 09:34:20 +0100 Subject: [PATCH] Fix reference to `@key` in log expression. --- .../coffee/Features/Notifications/NotificationsBuilder.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/coffee/Features/Notifications/NotificationsBuilder.coffee b/services/web/app/coffee/Features/Notifications/NotificationsBuilder.coffee index ffb71f70e6..6a5ac91bd7 100644 --- a/services/web/app/coffee/Features/Notifications/NotificationsBuilder.coffee +++ b/services/web/app/coffee/Features/Notifications/NotificationsBuilder.coffee @@ -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 = ->)->