Skip to content

Commit

Permalink
fix(metrics): updating adjusted stats route
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2024
1 parent a6a329f commit b3e2ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/services.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const getAdvancedGameStats = <ThrowOnError extends boolean = false>(optio
*/
export const getAdjustedTeamSeasonStats = <ThrowOnError extends boolean = false>(options?: Options<GetAdjustedTeamSeasonStatsData, ThrowOnError>) => { return (options?.client ?? client).get<GetAdjustedTeamSeasonStatsResponse, GetAdjustedTeamSeasonStatsError, ThrowOnError>({
...options,
url: '/stats/team/season/adjusted'
url: '/stats/season/adjusted'
}); };

/**
Expand Down

0 comments on commit b3e2ec4

Please sign in to comment.