Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
pm3512 committed Feb 3, 2024
1 parent d19c162 commit 04447a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/controllers/CheckInController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ import {
getPointsPipeline,
} from "../aggregations/checkin";

import { ObjectId } from "bson";
import Team from "src/models/Team";
import Project from "src/models/Project";
import Project from "../models/Project";
import { findUserTeam } from "./TeamController";

export const recalculatePoints = async (
Expand Down

0 comments on commit 04447a2

Please sign in to comment.