From 66fda9d8296c3a6e6027d125ea3074665d4e02bc Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:52:46 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../public/detections/components/alerts_table/actions.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/detections/components/alerts_table/actions.tsx b/x-pack/plugins/security_solution/public/detections/components/alerts_table/actions.tsx index a502962ceb827..22184727cd5d1 100644 --- a/x-pack/plugins/security_solution/public/detections/components/alerts_table/actions.tsx +++ b/x-pack/plugins/security_solution/public/detections/components/alerts_table/actions.tsx @@ -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);