diff --git a/dist/index.js b/dist/index.js index 78e33ea..dcce6a7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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();