Skip to content

Commit

Permalink
Merge pull request #1878 from akto-api-security/hotfix/show_all
Browse files Browse the repository at this point in the history
show all issue data
  • Loading branch information
Ark2307 authored Dec 31, 2024
2 parents 0847057 + d2aca44 commit 9065c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function HomeDashboard() {
api.findTotalIssues(startTimestamp, endTimestamp),
api.fetchApiStats(startTimestamp, endTimestamp),
api.fetchEndpointsCount(startTimestamp, endTimestamp),
testingApi.fetchSeverityInfoForIssues({ startEpoch: startTimestamp }, [], endTimestamp)
testingApi.fetchSeverityInfoForIssues({}, [], 0)
];

let results = await Promise.allSettled(apiPromises);
Expand Down

0 comments on commit 9065c5d

Please sign in to comment.