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