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,8 +134,7 @@ _.extend LevelSessionSchema.properties,
|
||||||
default: false
|
default: false
|
||||||
index:true
|
index:true
|
||||||
|
|
||||||
submitDate:
|
submitDate: c.date
|
||||||
type: c.date
|
|
||||||
title: 'Submitted'
|
title: 'Submitted'
|
||||||
|
|
||||||
submittedCode:
|
submittedCode:
|
||||||
|
|
Reference in a new issue