Skip to content

Commit

Permalink
ran linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pm3512 committed Feb 3, 2024
1 parent 04447a2 commit 1f98be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/CheckInController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export const checkInUser = async (

if (item._id.equals(process.env.EXPO_EVENT_ID)) {
// checking into judging expo
const team = await findUserTeam(user._id)
const team = await findUserTeam(user._id);
const project = await Project.findOne({ team: team._id });
const judgingUrl = process.env.JUDGING_URL;
fetch(`${judgingUrl}/checkin?helixProjectId=${project._id}`, {
Expand Down

0 comments on commit 1f98be6

Please sign in to comment.