*dht id is nested

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

View File

@ -82,7 +82,7 @@ export class DHT {
throw new Error(err);
}
this.id = dht;
this.id = dht.dht;
}
public async close(): Promise<boolean> {