mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
Set default prize for challenge at 0
This commit is contained in:
parent
f9cc9a87ee
commit
32ebc8734e
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ var specHelper = {};
|
|||
rewards: [],
|
||||
leader: 'leader-id',
|
||||
group: 'group-id',
|
||||
prize: 0,
|
||||
timestamp: +(new Date),
|
||||
members: ['leader-id'],
|
||||
official: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue