diff --git a/app/javascript/src/notifier.js b/app/javascript/src/notifier.js index 1c032e165d..c4d4c76d62 100644 --- a/app/javascript/src/notifier.js +++ b/app/javascript/src/notifier.js @@ -157,7 +157,7 @@ class Notifier { } const newNotification = new Notification(newNotificationAsJQuery) - console.log(newNotification) + return newNotification }