Skip to content

Commit

Permalink
Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed-dev committed Oct 12, 2023
1 parent 192b584 commit f7a5b0d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ public class ApiClient {
public List<Pair> mappedParameterToPairs(String name, Object parameter){
List<Pair> params = new ArrayList<Pair>();
StringBuilder builder = new StringBuilder();
if(parameter instanceof Map){
Map<String, String> mappedParameter = (Map<String, String>) parameter;
Expand Down

0 comments on commit f7a5b0d

Please sign in to comment.