diff --git a/app/services/notifications/new_comment/send.rb b/app/services/notifications/new_comment/send.rb index bdf11c287..6c8623273 100644 --- a/app/services/notifications/new_comment/send.rb +++ b/app/services/notifications/new_comment/send.rb @@ -60,7 +60,7 @@ module Notifications alert: { title: title, subtitle: subtitle, - body: CGI.unescapeHTML(body.strip!) + body: CGI.unescapeHTML(body.strip) } }, data: {