mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fixed a typo in the achievements:new event schema.
This commit is contained in:
parent
ba53cb06fe
commit
523cbfd38e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports =
|
|||
viewClass: {type: 'function'}
|
||||
viewArgs: {type: 'array'}
|
||||
|
||||
'achievements:new': c.object {required: 'earnedAchievements'},
|
||||
'achievements:new': c.object {required: ['earnedAchievements']},
|
||||
earnedAchievements: {type: 'object'}
|
||||
|
||||
'ladder:game-submitted': c.object {required: ['session', 'level']},
|
||||
|
|
Loading…
Reference in a new issue