1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00

Remove useless warning about empty response body for request with files

This commit is contained in:
Pierre HUBERT 2019-04-25 20:14:55 +02:00
parent 18a8ddfbf4
commit d07774c6d5

View File

@ -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);
}