Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Nov 17, 2022
1 parent f1d5f07 commit d8b39e7
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,11 @@ export const DetailsItems: FC<{
defaultMessage: 'Upper bound',
}),
description: formatValue(
anomaly.source.anomaly_score_explanation?.upper_confidence_bound,
source.function,
undefined,
source),
anomaly.source.anomaly_score_explanation?.upper_confidence_bound,
source.function,
undefined,
source
),
});

items.push({
Expand Down

0 comments on commit d8b39e7

Please sign in to comment.