Skip to content

Commit

Permalink
Manual fix for #2292
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Räni committed Apr 24, 2019
1 parent 036c714 commit 0213111
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/Api/ContactsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2018,12 +2018,7 @@ protected function fetchContactsRequest($groupIds = null)
$multipart = false;

// query params
if (is_array($groupIds)) {
$groupIds = ObjectSerializer::serializeCollection($groupIds, 'multi', true);
}
if ($groupIds !== null) {
$queryParams['groupIds'] = ObjectSerializer::toQueryValue($groupIds);
}
$queryParams['groupIds'] = $groupIds;


// body params
Expand Down

0 comments on commit 0213111

Please sign in to comment.