*Missing args to api call in ipns method
This commit is contained in:
parent
cac70c39f4
commit
4b9c648e44
|
@ -25,7 +25,7 @@ export class IPFSClient extends Client {
|
||||||
}
|
}
|
||||||
|
|
||||||
public async ipns(cid: string): Promise<string> {
|
public async ipns(cid: string): Promise<string> {
|
||||||
return this.callModuleReturn("ipnsResolve");
|
return this.callModuleReturn("ipnsResolve", { cid });
|
||||||
}
|
}
|
||||||
|
|
||||||
public async activePeers(): Promise<number> {
|
public async activePeers(): Promise<number> {
|
||||||
|
|
Loading…
Reference in New Issue