Skip to content

Commit feebba0

Browse files
authored
Update IPFS.java
1 parent c8320f7 commit feebba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/ipfs/api/IPFS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ public String resolve(Multihash hash) throws IOException {
436436
}
437437

438438
public Map resolve(String ipns) throws IOException {
439-
return retrieveAndParse("name/resolve?arg=" + ipns);
439+
return (Map) retrieveAndParse("name/resolve?arg=" + ipns);
440440
}
441441

442442
}

0 commit comments

Comments
 (0)