This commit is contained in:
Barış Soner Uşaklı
2017-11-10 10:20:47 -05:00
committed by GitHub
parent 2f36284e24
commit b6211fdc04

View File

@@ -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();
},