*Update dist

This commit is contained in:
Derrick Hammer 2022-11-16 11:24:10 -05:00
parent 3196947071
commit cf6e0a986f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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;