fix: await vergeten
This commit is contained in:
		
							parent
							
								
									a2304162e1
								
							
						
					
					
						commit
						dbff241834
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -73,7 +73,7 @@ export async function getStudentAssignmentsHandler(req: Request, res: Response): | |||
|     const username = req.params.username; | ||||
|     requireFields({ username }); | ||||
| 
 | ||||
|     const assignments = getStudentAssignments(username, full); | ||||
|     const assignments = await getStudentAssignments(username, full); | ||||
| 
 | ||||
|     res.json({ assignments }); | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 laurejablonski
						laurejablonski