mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 00:05:28 -05:00
fix uncompletedBonfires should default to empty array
This commit is contained in:
@@ -134,7 +134,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"uncompletedBonfires": {
|
||||
"type": "array"
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"completedBonfires": {
|
||||
"type": [
|
||||
|
||||
Reference in New Issue
Block a user