From dccdbbd13dbcaab9aed664f8b17f3194076801a6 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 26 Nov 2022 18:43:59 -0500 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 6e04849..dc832da 100644 --- a/dist/index.js +++ b/dist/index.js @@ -27,7 +27,7 @@ class DHTCache extends events_1.default { super(); if (!id) throw new TypeError("Must provide id for self"); - this.id = id; + this.id = b4a_1.default.from(id); this.bootstrapped = false; this.graph = new jsnetworkx_1.DiGraph(); this.connectedTo = new Set();