mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
fix comment model defaults
This commit is contained in:
@@ -22,14 +22,15 @@
|
||||
},
|
||||
"rank": {
|
||||
"type": "number",
|
||||
"default": "-Infinity"
|
||||
"default": 0
|
||||
},
|
||||
"upvotes": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"author": {
|
||||
"type": {}
|
||||
"type": {},
|
||||
"default": {}
|
||||
},
|
||||
"comments": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user