mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix uncompletedBonfires should default to empty array
This commit is contained in:
parent
d624cf3640
commit
b383da47bb
@ -134,7 +134,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"uncompletedBonfires": {
|
||||
"type": "array"
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"completedBonfires": {
|
||||
"type": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user