mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 14:33:59 -04:00
Changed schema date to proper format
This commit is contained in:
parent
302a13b6e7
commit
3b5d881c46
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ _.extend LevelSessionSchema.properties,
|
|||
index:true
|
||||
|
||||
submitDate:
|
||||
type: 'date'
|
||||
type: c.date
|
||||
title: 'Submitted'
|
||||
|
||||
submittedCode:
|
||||
type: 'object'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue