mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-04 09:53:55 -04:00
Temp fix for occasional 422
This commit is contained in:
parent
a8b54f3cdc
commit
02f8458dfe
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','string']
|
type: ['number','string', 'null']
|
||||||
metrics:
|
metrics:
|
||||||
type: 'object'
|
type: 'object'
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue