*Update dist
This commit is contained in:
parent
bf70a54b31
commit
cc2def1901
|
@ -68,7 +68,7 @@ export class DHT {
|
||||||
if (err) {
|
if (err) {
|
||||||
throw new Error(err);
|
throw new Error(err);
|
||||||
}
|
}
|
||||||
this.id = dht;
|
this.id = dht.dht;
|
||||||
}
|
}
|
||||||
async close() {
|
async close() {
|
||||||
await this.setup();
|
await this.setup();
|
||||||
|
|
Loading…
Reference in New Issue