Temp fix for occasional 422

This commit is contained in:
Michael Schmatz 2014-05-21 10:16:00 -07:00
parent a8b54f3cdc
commit 02f8458dfe

View file

@ -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: