Skip to content

Commit

Permalink
Handle error
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Mar 15, 2021
1 parent 7d3195b commit 414a639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ const getSummary = ({
}

if (item.id === 'signal.threshold_result.cardinality') {
const parsedValue = JSON.parse(value);
try {
const parsedValue = JSON.parse(value);
return [
...acc,
{
Expand Down

0 comments on commit 414a639

Please sign in to comment.