mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
infinite death on cron bug
This commit is contained in:
parent
b9e479e589
commit
fb0d4d6d44
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ get '/', (page, model, next) ->
|
|||
scoring.setModel(model)
|
||||
scoring.cron(userObj)
|
||||
|
||||
model.set userPath, userObj unless _.isEqual(user.get(), userObj)
|
||||
model.set userPath, userObj #unless _.isEqual(user.get(), userObj)
|
||||
|
||||
model.set '_view', _view
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue