mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +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 () {
|
||||
return process.pid;
|
||||
},
|
||||
set: function (id) {
|
||||
set: function () {
|
||||
// ignore
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user