Sending and logging end object also

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-26 19:53:02 +02:00
parent 4a79ae1b7d
commit 16dd0e34ad

View File

@@ -418,6 +418,7 @@ module.exports = function() {
var _list = obj.channel.substring(0, obj.channel.indexOf("?"));
obj.channel = _list;
}
console.log("end object", obj);
if(obj.hasOwnProperty("channel")) {
obj.channel = Functions.encodeChannelName(obj.channel);
try {