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:
parent
18a8ddfbf4
commit
d07774c6d5
@ -67,8 +67,6 @@ class APIHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Same as exec, but also allows to send files
|
/// 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 {
|
Future<APIResponse> execWithFiles(APIRequest request) async {
|
||||||
return await exec(request, multipart: true);
|
return await exec(request, multipart: true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user