From b3e2ec4ced90c228f60a10c6bf65cb06681dd37b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:09:15 +0000 Subject: [PATCH] fix(metrics): updating adjusted stats route --- package.json | 2 +- src/services.gen.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9f8f260..b3dfc1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cfbd", - "version": "5.1.0-alpha.0", + "version": "5.1.1-alpha.0", "description": "This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.", "repository": { "type": "git", diff --git a/src/services.gen.ts b/src/services.gen.ts index 5a6538a..15b2a43 100644 --- a/src/services.gen.ts +++ b/src/services.gen.ts @@ -106,7 +106,7 @@ export const getAdvancedGameStats = (optio */ export const getAdjustedTeamSeasonStats = (options?: Options) => { return (options?.client ?? client).get({ ...options, - url: '/stats/team/season/adjusted' + url: '/stats/season/adjusted' }); }; /**