Merge branch '1.3.0' of https://github.com/shuffle/shuffle into 1.3.0

This commit is contained in:
Frikky
2023-09-19 14:37:45 +02:00
+1 -1
View File
@@ -287,7 +287,7 @@ const getJsonObject = (properties) => {
for (let key in properties) {
const property = properties[key];
const subloop = false
let subloop = false
if (property.hasOwnProperty("type")) {
if (property.type === "object" || property.type === "array") {
subloop = true