fix: need to pass endpointPath

This commit is contained in:
Derrick Hammer 2023-12-17 17:04:29 -05:00
parent f330c673f4
commit bf230478b7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ export async function getMetadata(
const response = await this.executeRequest({
...opts,
method: "get",
endpointPath: opts.endpointGetMetadata,
extraPath: cid,
});