fix comment model defaults

pull/1114/head
Berkeley Martinez 2015-06-24 08:24:13 -07:00
parent 62d2c40a87
commit 3e24f21828
1 changed files with 3 additions and 2 deletions

View File

@ -22,14 +22,15 @@
},
"rank": {
"type": "number",
"default": "-Infinity"
"default": 0
},
"upvotes": {
"type": "array",
"default": []
},
"author": {
"type": {}
"type": {},
"default": {}
},
"comments": {
"type": "array",