mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Fixed the level session schema submitDate property.
This commit is contained in:
parent
a8794f4e7e
commit
07c0edcefe
1 changed files with 2 additions and 3 deletions
|
@ -134,9 +134,8 @@ _.extend LevelSessionSchema.properties,
|
|||
default: false
|
||||
index:true
|
||||
|
||||
submitDate:
|
||||
type: c.date
|
||||
title: 'Submitted'
|
||||
submitDate: c.date
|
||||
title: 'Submitted'
|
||||
|
||||
submittedCode:
|
||||
type: 'object'
|
||||
|
|
Loading…
Reference in a new issue