Require JavaScript to be turned on for subsciption confirmations
This commit is contained in:
parent
7171c236bd
commit
83ac907f24
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ module.exports.addConfirmation = (list, email, optInIp, data, callback) => {
|
||||||
|
|
||||||
setImmediate(() => {
|
setImmediate(() => {
|
||||||
if (data._skip) {
|
if (data._skip) {
|
||||||
|
log.error('Subscription', 'Confirmation message for %s marked to be skipped (%s)', email, JSON.stringify(data));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue