video-utils
Advanced tools
Comparing version 1.0.63 to 1.0.64
{ | ||
"name": "video-utils", | ||
"version": "1.0.63", | ||
"version": "1.0.64", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "amqp": "0.2.x", |
@@ -71,3 +71,3 @@ var | ||
RabbitSender.prototype._getExchange = function(name){ | ||
return this._connection.exchanges[name]; | ||
return this._connection.exchanges[name + '.user'] || this._connection.exchanges[name]; | ||
}; | ||
@@ -74,0 +74,0 @@ |
30203