fix(backend): Foute retourwaarde voor submissions verbeterd.
This commit is contained in:
		
							parent
							
								
									a39c83c166
								
							
						
					
					
						commit
						72c9d232be
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -37,7 +37,7 @@ export async function getSubmissionsHandler(req: Request, res: Response): Promis | |||
|         ) | ||||
|     } | ||||
| 
 | ||||
|     res.json(submissions); | ||||
|     res.json({ submissions }); | ||||
| } | ||||
| 
 | ||||
| export async function getSubmissionHandler(req: Request, res: Response): Promise<void> { | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger