mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Stopgap solution for totalScore being string
This commit is contained in:
parent
68a4483e91
commit
b8dc4ed939
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