hmm-2 ...

This commit is contained in:
Aziz Khoury
2016-04-15 17:21:26 -04:00
parent aac30cb5ec
commit 3dc63438de

View File

@@ -218,7 +218,7 @@ var cls = require('../middleware/cls');
return {
uid: socket.uid,
params: data[1],
method: event,
method: event || data[0],
body: payload,
ip: headers['x-forwarded-for'] || socket.ip,
host: host,