*Update dist

This commit is contained in:
Derrick Hammer 2023-04-09 14:54:00 -04:00
parent 4b9c648e44
commit 21a59cb49e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -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");