From 21a59cb49ed40b2e85165637036da4e74729dd5b Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 9 Apr 2023 14:54:00 -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 6925086..6ad3ddb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14,7 +14,7 @@ export class IPFSClient extends Client { return this.connectModuleGenerator("cat", { cid, options }); } async ipns(cid) { - return this.callModuleReturn("ipnsResolve"); + return this.callModuleReturn("ipnsResolve", { cid }); } async activePeers() { return this.callModuleReturn("getActivePeers");