We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ae5d9 commit a56accbCopy full SHA for a56accb
1 file changed
parser-sdk/nodejs/parser-wrapper.js
@@ -21,7 +21,7 @@ async function main() {
21
22
console.log(`Submitting results to the engine.`);
23
24
- await axios.put(resultUploadUrl, { findings: findingsWithIds });
+ await axios.put(resultUploadUrl, findingsWithIds);
25
26
console.log(`Completed parser.`);
27
}
0 commit comments