mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-01 07:54:11 -05:00
Merge pull request #1035 from codecombat/master
Stopgap solution for totalScore being string
This commit is contained in:
commit
df9e6686ab
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ _.extend LevelSessionSchema.properties,
|
|||
totalScore:
|
||||
title: 'Opponent total score'
|
||||
description: 'The totalScore of a user when the match was computed'
|
||||
type: 'number'
|
||||
type: ['number','string']
|
||||
metrics:
|
||||
type: 'object'
|
||||
properties:
|
||||
|
|
Loading…
Reference in a new issue