Skip to content

Commit

Permalink
Fix sequential handling of multi upload type with less than 10 items
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak authored and lampajr committed Sep 30, 2024
1 parent 14205d2 commit 37bc00c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ Response addRunFromData(String start, String stop, String test,
} else { //process synchronously
response.payload.forEach(jsonNode -> {
runIds.add(getPersistRun(start, stop, test, owner, access, token, schemaUri, description, metadata,
response.payload, testEntity));
jsonNode, testEntity));
});
}
} else {
Expand Down

0 comments on commit 37bc00c

Please sign in to comment.