From cc2def19012a1be726c75b4f06c032cc8365b907 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 3 Aug 2022 21:09:44 -0400 Subject: [PATCH] *Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();