misc fixes and enable dev endpoints for easier live testing

This commit is contained in:
Matteo Pagliazzi
2016-04-13 22:55:39 +02:00
parent 54aac99a6a
commit 925881b2a0
4 changed files with 5 additions and 3 deletions

View File

@@ -261,6 +261,7 @@ function cron (options = {}) {
gaLabel: 'Cron Count',
gaValue: user.flags.cronCount,
uuid: user._id,
user,
resting: user.preferences.sleep,
cronCount: user.flags.cronCount,
progressUp: _.min([_progress.up, 900]),