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({
|
||||
...opts,
|
||||
method: "get",
|
||||
endpointPath: opts.endpointGetMetadata,
|
||||
extraPath: cid,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue