diff --git a/src/socket.io/single-host-cluster.js b/src/socket.io/single-host-cluster.js index eef1a7a4a7..b2645d6eb9 100644 --- a/src/socket.io/single-host-cluster.js +++ b/src/socket.io/single-host-cluster.js @@ -60,7 +60,7 @@ Object.defineProperty(adapter.prototype, 'id', { get: function () { return process.pid; }, - set: function (id) { + set: function () { // ignore }, });