mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Remove useless warning about empty response body for request with files
This commit is contained in:
		@@ -67,8 +67,6 @@ class APIHelper {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /// Same as exec, but also allows to send files
 | 
			
		||||
  ///
 | 
			
		||||
  /// Warning ! Currently the response body to such requests is always null !
 | 
			
		||||
  Future<APIResponse> execWithFiles(APIRequest request) async {
 | 
			
		||||
    return await exec(request, multipart: true);
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user