MOBILE-2795 ws: Fix handle exception in ajax request
This commit is contained in:
		
							parent
							
								
									a709002f7e
								
							
						
					
					
						commit
						b8526f585b
					
				| @ -261,7 +261,7 @@ export class CoreWSProvider { | ||||
|             data = data[0]; | ||||
| 
 | ||||
|             if (data.error) { | ||||
|                 return rejectWithError(data); | ||||
|                 return rejectWithError(data.exception); | ||||
|             } | ||||
| 
 | ||||
|             return data.data; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user