mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
misplaced bracket
This commit is contained in:
parent
950c31a00c
commit
6b4ad78ec5
1 changed files with 1 additions and 2 deletions
|
|
@ -309,6 +309,5 @@ ready(function(model) {
|
|||
return model.set('_user.balance', model.get('_user.balance') - 0.50);
|
||||
};
|
||||
setTimeout(scoring.cron, 2000);
|
||||
setInterval(scoring.cron, 3600000);
|
||||
};
|
||||
return setInterval(scoring.cron, 3600000);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue