Skip to content

Commit

Permalink
Merge branch 'ComputerSocietyVITC:master' into team_route
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChilledBuffalo authored Jan 5, 2025
2 parents f65468e + 3be2d6f commit 55a98d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/teams/routes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { z, createRoute } from "@hono/zod-openapi";
import { TeamSchema } from "../../schemas/team";
import { TeamSchema } from "../../schemas/team.js";

export const getTeam = createRoute({
method: "get",
Expand Down

0 comments on commit 55a98d4

Please sign in to comment.