style: fix linting issues met Prettier
This commit is contained in:
parent
d65bdd4fb4
commit
fe1a6b7eea
8 changed files with 14 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue