fix method name 'processMessage'

stable
Juanfran 2015-11-12 12:10:41 +01:00
parent b489767d84
commit 726a587281
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class EventsService
for msg in messages
@.ws.send(msg)
processMesage: (data) =>
processMessage: (data) =>
routingKey = data.routing_key
if not @.subscriptions[routingKey]?