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 f8d58aa commit bf823a2Copy full SHA for bf823a2
assets/js/Components/App.js
@@ -134,6 +134,7 @@ export default function App(initialData) {
134
const processNewReport = (rawReport) => {
135
const tempReport = analyzeReport(rawReport, ISSUE_STATE)
136
setReport(tempReport)
137
+ console.log(tempReport)
138
139
let api = new Api(settings)
140
api.setReportData(tempReport.id, {'scanCounts': tempReport.scanCounts, 'scanRules': tempReport.scanRules})
0 commit comments