fix uncompletedBonfires should default to empty array
This commit is contained in:
@ -134,7 +134,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"uncompletedBonfires": {
|
"uncompletedBonfires": {
|
||||||
"type": "array"
|
"type": "array",
|
||||||
|
"default": []
|
||||||
},
|
},
|
||||||
"completedBonfires": {
|
"completedBonfires": {
|
||||||
"type": [
|
"type": [
|
||||||
|
Reference in New Issue
Block a user