remove id

v1.18.x
Barış Soner Uşaklı 6 years ago committed by GitHub
parent 36ae926196
commit d92ef9ca11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ Object.defineProperty(adapter.prototype, 'id', {
get: function () {
return process.pid;
},
set: function (id) {
set: function () {
// ignore
},
});

Loading…
Cancel
Save