*Update dist
This commit is contained in:
parent
bf70a54b31
commit
cc2def1901
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue