Skip to content

Commit

Permalink
Sending as a list of string
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2307 committed Jan 6, 2025
1 parent f4300d5 commit a5d7a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function IssuesPage() {

let obj = {
'filterStatus': filterStatus,
'filterCollectionsId': [filterCollectionsId.toString()],
'filterCollectionsId': filterCollectionsId.forEach((x) => {return x.toString()}),
'filterSeverity': filterSeverity,
filterSubCategory: filterSubCategory,
startEpoch: [startTimestamp.toString()]
Expand Down

0 comments on commit a5d7a4f

Please sign in to comment.