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