Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Feb 2, 2024
1 parent 4b69cb8 commit fd82988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/notif_listmonk.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ module.exports = {
return;
},

// eslint-disable-next-line @typescript-eslint/no-unused-vars
// eslint-disable-next-line no-unused-vars
remove: async function(email, sendmail=true) {
if(email===undefined ||email===null || email=='' || ! mail_set) {
return;
Expand Down
2 changes: 1 addition & 1 deletion core/notif_nodemailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = {
},

// todo: should be factorized with add, as there is only small difference
// eslint-disable-next-line @typescript-eslint/no-unused-vars
// eslint-disable-next-line no-unused-vars
remove: async function(email, sendmail=true) {
if (CONFIG.nodemailer.list) {
if(email===undefined ||email===null || email=='' || ! mail_set) {
Expand Down

0 comments on commit fd82988

Please sign in to comment.