mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -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:
|
||||
title: 'Opponent total score'
|
||||
description: 'The totalScore of a user when the match was computed'
|
||||
type: ['number','string']
|
||||
type: ['number','string', 'null']
|
||||
metrics:
|
||||
type: 'object'
|
||||
properties:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue