Skip to content

Commit

Permalink
Merge pull request #611 from SSWConsulting/fix-missing-code-warning-e…
Browse files Browse the repository at this point in the history
…rror-property

Fixed missing code warning/error properties
  • Loading branch information
tombui99 committed Aug 28, 2023
2 parents 3272cdb + b35db55 commit 8a8a6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ app.post('/scanresult/:api/:buildId', async (req, res) => {
R.prop('dst'),
badUrls.filter((x) => x.statuscode === '404' && !unscannableLinks.some(link => x.dst.includes(link.url)))
).length,
htmlWarnings,
htmlErrors,
htmlWarnings: htmlWarnings,
htmlErrors: htmlErrors,
codeIssues: getCodeErrorSummary(code),
htmlIssuesList,
isPrivate,
Expand Down

0 comments on commit 8a8a6de

Please sign in to comment.