Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Jul 15, 2024
1 parent fe784bd commit 3c4d492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export const ContractSelection = (props: ContractSelectionProps) => {
for (const template of scanReport.multi_file_scan_details) {
if (template.metric_wise_aggregated_findings?.length) {
const { metric_wise_aggregated_findings } = template
let positions = []
const positions = []
for (const details of metric_wise_aggregated_findings) {
const { findings } = details
for (const f of findings)
Expand Down

0 comments on commit 3c4d492

Please sign in to comment.