mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
remove id
This commit is contained in:
committed by
GitHub
parent
36ae926196
commit
d92ef9ca11
@@ -60,7 +60,7 @@ Object.defineProperty(adapter.prototype, 'id', {
|
|||||||
get: function () {
|
get: function () {
|
||||||
return process.pid;
|
return process.pid;
|
||||||
},
|
},
|
||||||
set: function (id) {
|
set: function () {
|
||||||
// ignore
|
// ignore
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user