From bf230478b792860ce16b68b976853d9a7d828d0f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 17 Dec 2023 17:04:29 -0500 Subject: [PATCH] fix: need to pass endpointPath --- src/methods/download.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/methods/download.ts b/src/methods/download.ts index c244ea5..add3fca 100644 --- a/src/methods/download.ts +++ b/src/methods/download.ts @@ -134,6 +134,7 @@ export async function getMetadata( const response = await this.executeRequest({ ...opts, method: "get", + endpointPath: opts.endpointGetMetadata, extraPath: cid, });