Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Jul 31, 2024
1 parent e213ed4 commit 74b0def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/services/FindingsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class FindingsService {
detectorParams: GetFindingsParams
): Promise<ServerResponse<GetFindingsResponse>> => {
const findingIds = detectorParams.findingIds
? detectorsParams.findingIds.join(',')
? detectorParams.findingIds.join(',')
: undefined;
const query: GetFindingsParams | {} = {
sortOrder: 'desc',
Expand Down

0 comments on commit 74b0def

Please sign in to comment.