mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 22:00:34 +01:00
closes #6053
This commit is contained in:
committed by
GitHub
parent
2f36284e24
commit
b6211fdc04
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user