first pass #1249 -- this causes emails to be sent if you have not been to the site in over 24 hours.

This commit is contained in:
Julian Lam
2014-04-15 21:45:36 -04:00
parent d027355ae9
commit c3a4bcb116
2 changed files with 30 additions and 25 deletions

View File

@@ -54,7 +54,7 @@ module.exports = function(app, middleware, controllers) {
});
app.get('/test', function(req, res) {
require('../meta').sounds.init();
user.sendDailyDigests();
res.send(200);
});
});