We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbd809 commit 140483cCopy full SHA for 140483c
1 file changed
services/hexathons/src/routes/team.ts
@@ -5,7 +5,7 @@ import { FilterQuery, isValidObjectId, Types } from "mongoose";
5
import { Team, TeamModel } from "../models/team";
6
import { HexathonUser, HexathonUserModel } from "../models/hexathonUser";
7
import { validateEmail } from "../common/util";
8
-import { FoodBatchModel } from "src/models/foodBatch";
+import { FoodBatchModel } from "../models/foodBatch";
9
10
export const teamRoutes = express.Router();
11
0 commit comments