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
|
||||
index:true
|
||||
|
||||
submitDate:
|
||||
type: c.date
|
||||
submitDate: c.date
|
||||
title: 'Submitted'
|
||||
|
||||
submittedCode:
|
||||
|
|
Reference in a new issue