mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Removed defaults on schema for ladder-related things
This commit is contained in:
parent
075ea23be9
commit
07a0057e72
1 changed files with 0 additions and 7 deletions
|
@ -118,21 +118,16 @@ _.extend LevelSessionSchema.properties,
|
|||
|
||||
meanStrength:
|
||||
type: 'number'
|
||||
default: 25
|
||||
|
||||
standardDeviation:
|
||||
type:'number'
|
||||
default: 25/3
|
||||
minimum: 0
|
||||
|
||||
totalScore:
|
||||
type: 'number'
|
||||
default: 10
|
||||
|
||||
submitted:
|
||||
type: 'boolean'
|
||||
default: false
|
||||
index:true
|
||||
|
||||
submitDate: c.date
|
||||
title: 'Submitted'
|
||||
|
@ -150,11 +145,9 @@ _.extend LevelSessionSchema.properties,
|
|||
|
||||
numberOfWinsAndTies:
|
||||
type: 'number'
|
||||
default: 0
|
||||
|
||||
numberOfLosses:
|
||||
type: 'number'
|
||||
default: 0
|
||||
|
||||
scoreHistory:
|
||||
type: 'array'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue