style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-22 12:52:47 +00:00
parent d65bdd4fb4
commit fe1a6b7eea
8 changed files with 14 additions and 11 deletions

View file

@ -64,7 +64,6 @@ export async function getAssignmentsSubmissionsHandler(req: Request<AssignmentPa
const assignmentNumber = +req.params.id;
const full = req.query.full === 'true';
if (isNaN(assignmentNumber)) {
res.status(400).json({ error: 'Assignment id must be a number' });
return;