Skip to content

Commit

Permalink
Merge pull request #65 from Jhut89/3.1.1
Browse files Browse the repository at this point in the history
fix broken ID check
  • Loading branch information
Jhut89 authored May 10, 2019
2 parents c13162a + cb61abb commit 331badc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Resources/Lists.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ public function __construct(MailchimpRequest $request, MailchimpSettings $settin
*/
public function batchSubscribe($members = [], $update_existing = false)
{

$this->throwIfNot("id", $this->subclass_resource);
$this->throwIfNot("id", $this->list_id);
$params = [
'members' => $members,
'update_existing' => $update_existing
Expand Down

0 comments on commit 331badc

Please sign in to comment.