Skip to content

Commit

Permalink
show all issue data
Browse files Browse the repository at this point in the history
  • Loading branch information
notshivansh committed Dec 31, 2024
1 parent 0847057 commit d2aca44
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 d2aca44

Please sign in to comment.