Skip to content

Commit 140483c

Browse files
committed
update import
1 parent 4dbd809 commit 140483c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/hexathons/src/routes

services/hexathons/src/routes/team.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { FilterQuery, isValidObjectId, Types } from "mongoose";
55
import { Team, TeamModel } from "../models/team";
66
import { HexathonUser, HexathonUserModel } from "../models/hexathonUser";
77
import { validateEmail } from "../common/util";
8-
import { FoodBatchModel } from "src/models/foodBatch";
8+
import { FoodBatchModel } from "../models/foodBatch";
99

1010
export const teamRoutes = express.Router();
1111

0 commit comments

Comments
 (0)