fixing the client

This commit is contained in:
leif stawnyczy 2024-08-06 15:05:24 -04:00
parent cf2f55afbb
commit acab578bc5
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ abstract class BaseHttpClientInvocationWithContents extends BaseHttpClientInvoca
}
if (myParams != null) {
IHttpRequest request = httpClient.createParamRequest(getContext(), myParams, encoding);
return request;
}