*Update dist
This commit is contained in:
parent
3196947071
commit
cf6e0a986f
|
@ -29,7 +29,7 @@ class DHTOnlineBase extends events_1.default {
|
|||
}
|
||||
_data;
|
||||
get data() {
|
||||
return this._data;
|
||||
return { ...this._data };
|
||||
}
|
||||
set data(value) {
|
||||
this._data = value;
|
||||
|
|
Loading…
Reference in New Issue