Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
edalholt committed Jan 13, 2025
1 parent c5fa5a8 commit 0c6ff0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/controllers/votation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
notifyOneParticipant,
notifyOrganizers,
} from "../utils/socketNotifier";
import { isNumberObject } from "util/types";

export async function getAllVotations(req: RequestWithNtnuiNo, res: Response) {
const group = req.params.groupSlug;
Expand Down

0 comments on commit 0c6ff0b

Please sign in to comment.