Skip to content

Commit

Permalink
revert functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
notshivansh committed Dec 31, 2024
1 parent ef5b0a5 commit 3d27baa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const VulnerabilityReport = () => {
})
issuesFilters.filterCollectionsId = issuesFilters.filterCollectionsId.filter((x) => x !== undefined)

setCurrentDate(func.getFormattedDate(Date.now()/1000))

await issuesApi.fetchVulnerableTestingRunResultsFromIssues(issuesFilters, issueIdsFromFilter, resultsCount).then(resp => {
vulnerableTestingRunResults = [...vulnerableTestingRunResults, ...resp.testingRunResults]
Expand Down

0 comments on commit 3d27baa

Please sign in to comment.