Skip to content

Commit

Permalink
chore (con-415): removed unnecessary if check.
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaheinl-fft committed May 24, 2024
1 parent 19069db commit bc6438f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/common/httpClient/httpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ export class HttpClient implements BasicHttpClient {
}

if (config.params) {
if (Array.isArray(config.params)) {
request.query(config.params.join('&'));
}
request.query(config.params);
}

Expand Down

0 comments on commit bc6438f

Please sign in to comment.