*Update dist

This commit is contained in:
Derrick Hammer 2022-11-26 18:48:18 -05:00
parent c4321d3026
commit 1158bd72c6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -47,7 +47,7 @@ class DHTCache extends events_1.default {
.forEach((item) => {
this.addPeerHandler(item);
});
this._ensurePeer(id);
this._ensurePeer(this.id);
}
_cache;
get cache() {