This commit is contained in:
2022-03-28 23:20:01 +00:00
parent fb7bf497a2
commit 3aee9d59b9

View File

@@ -317,7 +317,7 @@ function transform(dat, atype) {
var newItems = []; var newItems = [];
z.Items.split(",").forEach((x, i) => { z.Items.split(",").forEach((x, i) => {
newItems.push({ newItems.push({
Sequence: i, Sequence: i + 1,
Task: x Task: x
}); });
}); });