*Update dist

This commit is contained in:
Derrick Hammer 2022-08-03 21:09:44 -04:00
parent bf70a54b31
commit cc2def1901
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -68,7 +68,7 @@ export class DHT {
if (err) {
throw new Error(err);
}
this.id = dht;
this.id = dht.dht;
}
async close() {
await this.setup();