Skip to content

Commit

Permalink
Merge branch 'main' into chore/1241-replace-deprecated-pf-dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gitdallas authored Sep 25, 2023
2 parents 5cee8d3 + 70c029b commit cf1a781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/app/api/rest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ export const getIssueReports = (
ANALYSIS_REPORT_APP_ISSUES.replace(
"/:applicationId/",
`/${String(applicationId)}/`
)
),
params
);

export const getIssues = (params: HubRequestParams = {}) =>
Expand Down

0 comments on commit cf1a781

Please sign in to comment.