Change API parameter

This commit is contained in:
Vishal 2024-04-03 19:24:12 +05:30
parent 2ddf4c897c
commit 92715b658c

View file

@ -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,
}