Skip to content

Commit

Permalink
Update routes/mails.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCharrier authored Oct 2, 2024
1 parent 1cbb86e commit 2bef640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/mails.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function leave(res, mailingList, email) {
.then(removeRedirection);
} else {
// Unsubscribe from mailing-list
mailingList = extractMailingListName(mailingList)
mailingList = extractMailingListName(mailingList);
leavePromise = ovh.requestPromised(
"DELETE",
`/email/domain/${config.domain}/mailingList/${mailingList}/subscriber/${email}`
Expand Down

0 comments on commit 2bef640

Please sign in to comment.