mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Change API parameter
This commit is contained in:
parent
2ddf4c897c
commit
92715b658c
@ -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…
x
Reference in New Issue
Block a user