v1.18.x
Barış Soner Uşaklı 7 years ago committed by GitHub
parent 2f36284e24
commit b6211fdc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,6 +139,10 @@ Digest.send = function (data, callback) {
notifications: notifications,
recent: data.topics,
interval: data.interval,
}, function (err) {
if (err) {
winston.error('[user/jobs] Could not send digest email', err);
}
});
next();
},

Loading…
Cancel
Save