u
This commit is contained in:
parent
cc1c70d57f
commit
6eed682d93
1 changed files with 2 additions and 2 deletions
|
@ -58,13 +58,13 @@ router.get('/:campaign/:list/:subscription', (req, res, next) => {
|
|||
req.flash('danger', err.message || err);
|
||||
return res.redirect('/');
|
||||
}
|
||||
|
||||
/*
|
||||
if (!mail && !req.user) {
|
||||
err = new Error('Not Found');
|
||||
err.status = 404;
|
||||
return next(err);
|
||||
}
|
||||
|
||||
*/
|
||||
let renderAndShow = (html, renderTags) => {
|
||||
|
||||
// rewrite links to count clicks
|
||||
|
|
Loading…
Reference in a new issue