We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb9c60 commit 18ad50eCopy full SHA for 18ad50e
lib/ddp-client.js
@@ -77,7 +77,6 @@ DDPClient.prototype._recoverNetworkError = function() {
77
///////////////////////////////////////////////////////////////////////////
78
// RAW, low level functions
79
DDPClient.prototype._send = function(data) {
80
- var self = this;
81
try {
82
this.socket.send(JSON.stringify(data));
83
}
0 commit comments