Change API parameter
This commit is contained in:
parent
2ddf4c897c
commit
92715b658c
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ func (c *MailingListsController) listmonkUnsubscribe(email string) error {
|
|||
|
||||
data := map[string]interface{}{
|
||||
"ids": subscriberID,
|
||||
"action": "unsubscribe",
|
||||
"action": "remove",
|
||||
"target_list_ids": c.listmonkListIDs,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue