From 1158bd72c6be8a713c062ef36dac3864118398a7 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 26 Nov 2022 18:48:18 -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 dc832da..5b95ff2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -47,7 +47,7 @@ class DHTCache extends events_1.default { .forEach((item) => { this.addPeerHandler(item); }); - this._ensurePeer(id); + this._ensurePeer(this.id); } _cache; get cache() {