Skip to content

Commit

Permalink
hotfix: fix relative import (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavilien authored Feb 4, 2025
1 parent 74d45d1 commit 1893bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/PrizeController.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Request, Response } from "express";
import Prize from "../models/Prize";
import Sponsor from "../models/Sponsor";
import CheckinItem from "src/models/CheckinItem";
import CheckinItem from "../models/CheckinItem";
import { bad, error, notFound } from "../util/error";
import { getTartanHacks } from "./EventController";

Expand Down

0 comments on commit 1893bb7

Please sign in to comment.