Skip to content

Commit a56accb

Browse files
committed
Remove wrapping object around findings array
1 parent 75ae5d9 commit a56accb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parser-sdk/nodejs/parser-wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function main() {
2121

2222
console.log(`Submitting results to the engine.`);
2323

24-
await axios.put(resultUploadUrl, { findings: findingsWithIds });
24+
await axios.put(resultUploadUrl, findingsWithIds);
2525

2626
console.log(`Completed parser.`);
2727
}

0 commit comments

Comments
 (0)