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:
|
||||
|
|
Reference in a new issue