Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions iterablepythonwrapper/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ def update_subscriptions(self, email, email_list_ids=None,
payload["email"]= email

if email_list_ids is not None:
payload["emailListIds"]
payload["emailListIds"] = email_list_ids

if unsubscribed_channel_ids is not None:
payload["unsubscribedChannelIds"]= unsubscribed_channel_ids
Expand Down Expand Up @@ -1719,4 +1719,4 @@ def trigger_workflow(self, workflow_id, email=None,