feat(frontend): kleine correctie voor merge
This commit is contained in:
		
							parent
							
								
									488b132479
								
							
						
					
					
						commit
						2f4117d77a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -11,7 +11,7 @@ export abstract class BaseController { | |||
| 
 | ||||
|     private static assertSuccessResponse(response: AxiosResponse<unknown, unknown>): void { | ||||
|         if (response.status / 100 !== 2) { | ||||
|             //throw new HttpErrorResponseException(response);
 | ||||
|             throw new HttpErrorResponseException(response); | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue
	
	 Joyelle Ndagijimana
						Joyelle Ndagijimana