diff --git a/src/forge-download.ts b/src/forge-download.ts index 8ee4782..7d9cf22 100644 --- a/src/forge-download.ts +++ b/src/forge-download.ts @@ -48,7 +48,7 @@ const getStorageLocation = ( itemID: string, credentials: ForgeSDK.AuthToken ): Promise => { - return ItemsApi.getItem(projectID, itemID + '1', config.authClient, credentials) + return ItemsApi.getItem(projectID, itemID, config.authClient, credentials) .then((res: ForgeSDK.ApiResponse) => { let data = res.body.included[0]; let storageID = data.relationships.storage.data.id;