Fix typo in comment
This commit is contained in:
parent
b8100b1273
commit
18c48c7e0a
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ func (c *ListmonkMailingListsController) Unsubscribe(email string) error {
|
|||
if err != nil {
|
||||
stacktrace.Propagate(err, "")
|
||||
}
|
||||
// API endpoint expects an array of subscriber id as paarmeter
|
||||
// API endpoint expects an array of subscriber id as parameter
|
||||
subscriberID := []int{id}
|
||||
|
||||
data := map[string]interface{}{
|
||||
|
|
Loading…
Add table
Reference in a new issue