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 9, 2022
1 parent a0e2619 commit 66fda9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ const createNewTermsTimeline = async (
}
};


const getSuppressedAlertData = (ecsData: Ecs | Ecs[]) => {
const normalizedEcsData: Ecs = Array.isArray(ecsData) ? ecsData[0] : ecsData;
const from = getField(normalizedEcsData, ALERT_SUPPRESSION_START);
Expand Down

0 comments on commit 66fda9d

Please sign in to comment.