diff --git a/services/real-time/app/coffee/ChannelManager.coffee b/services/real-time/app/coffee/ChannelManager.coffee index 1eca7a9143..0efef6ce96 100644 --- a/services/real-time/app/coffee/ChannelManager.coffee +++ b/services/real-time/app/coffee/ChannelManager.coffee @@ -43,4 +43,4 @@ module.exports = ChannelManager = channel = "#{baseChannel}:#{id}" # we publish on a different client to the subscribe, so we can't # check for the channel existing here - rclient.publish channel, data \ No newline at end of file + rclient.publish channel, data