style: fix linting issues met Prettier
This commit is contained in:
parent
662c02c512
commit
6c58030432
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export async function deleteAssignmentHandler(req: Request, res: Response): Prom
|
||||||
}
|
}
|
||||||
|
|
||||||
const assignment = await deleteAssignment(classid, id);
|
const assignment = await deleteAssignment(classid, id);
|
||||||
res.json({assignment});
|
res.json({ assignment });
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getAssignmentsSubmissionsHandler(req: Request, res: Response): Promise<void> {
|
export async function getAssignmentsSubmissionsHandler(req: Request, res: Response): Promise<void> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue