mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -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
|
default: false
|
||||||
index:true
|
index:true
|
||||||
|
|
||||||
submitDate:
|
submitDate: c.date
|
||||||
type: c.date
|
title: 'Submitted'
|
||||||
title: 'Submitted'
|
|
||||||
|
|
||||||
submittedCode:
|
submittedCode:
|
||||||
type: 'object'
|
type: 'object'
|
||||||
|
|
Loading…
Reference in a new issue