diff options
Diffstat (limited to 'httprpc.js')
-rw-r--r-- | httprpc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httprpc.js b/httprpc.js index 50674ec94..8e3c74b8b 100644 --- a/httprpc.js +++ b/httprpc.js @@ -52,7 +52,7 @@ return; } self.handlers.forEach(function (handler) { - handler.call(self, {_event: "messages", data: id}); + handler.call(self, {_event: payload.call, _id: id, data: parsed.result}); }); }); }; |