fix-some-errors #5

Merged
jared merged 5 commits from fix-some-errors into development 2025-06-10 14:45:16 +02:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit e4d74e4331 - Show all commits

View File

@@ -24,7 +24,6 @@
.filter((i) => i.length > 0)
.map((i) => JSON.parse(i));
console.log(objs);
list = list.concat(objs);
}
});

View File

@@ -52,7 +52,6 @@
.filter((i) => i.length > 0)
.map((i) => JSON.parse(i));
console.log(objs);
list = list.concat(objs);
list = list.map((item) => {