fix: need to pass endpointPath
This commit is contained in:
parent
f330c673f4
commit
bf230478b7
|
@ -134,6 +134,7 @@ export async function getMetadata(
|
||||||
const response = await this.executeRequest({
|
const response = await this.executeRequest({
|
||||||
...opts,
|
...opts,
|
||||||
method: "get",
|
method: "get",
|
||||||
|
endpointPath: opts.endpointGetMetadata,
|
||||||
extraPath: cid,
|
extraPath: cid,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue