diff --git a/src/Utils.ts b/src/Utils.ts index c6fbaf5..b4f2397 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -20,8 +20,8 @@ async function extractGuids(url: string, client: ApiClient): Promise | undefined) => response?.data.metrics.videos); + // const videoNumber: number = await client.callApi(`groups/${groupMatch[1]}`, 'get') + // .then((response: AxiosResponse | undefined) => response?.data.metrics.videos); // Anything over $top=100 will return a 400 Bad Request let result: Array = await client.callApi(`groups/${groupMatch[1]}/videos?$top=100&$orderby=publishedDate asc`, 'get')