style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									10749012c6
								
							
						
					
					
						commit
						cecd62c8f2
					
				
					 2 changed files with 2 additions and 3 deletions
				
			
		|  | @ -76,7 +76,6 @@ export async function deleteAssignmentHandler(req: Request, res: Response): Prom | ||||||
|     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> { | ||||||
|     const { classid, assignmentNumber, full } = getAssignmentParams(req); |     const { classid, assignmentNumber, full } = getAssignmentParams(req); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -79,7 +79,7 @@ export class QuestionRepository extends DwengoEntityRepository<Question> { | ||||||
|         return this.findAll({ |         return this.findAll({ | ||||||
|             where: { inGroup }, |             where: { inGroup }, | ||||||
|             orderBy: { timestamp: 'DESC' }, |             orderBy: { timestamp: 'DESC' }, | ||||||
|         }) |         }); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     /** |     /** | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lint Action
						Lint Action