Skip to content

Commit

Permalink
Update api.ts
Browse files Browse the repository at this point in the history
oopsie
  • Loading branch information
EthanThatOneKid committed Aug 4, 2024
1 parent 107952f commit ca17034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function makeAPIRouter(options: APIRouterOptions) {
},
)
.get<"season_id">(
"/seasons",
"/seasons/:season_id",
async (ctx) => {
const seasonID = ctx.params["season_id"];
if (!seasonID) {
Expand Down

0 comments on commit ca17034

Please sign in to comment.