mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -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:
|
totalScore:
|
||||||
title: 'Opponent total score'
|
title: 'Opponent total score'
|
||||||
description: 'The totalScore of a user when the match was computed'
|
description: 'The totalScore of a user when the match was computed'
|
||||||
type: 'number'
|
type: ['number','string']
|
||||||
metrics:
|
metrics:
|
||||||
type: 'object'
|
type: 'object'
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in a new issue