From 1b973fc9461573211125e0b30e4376595e1d5490 Mon Sep 17 00:00:00 2001 From: Ryland Herrick Date: Wed, 10 Feb 2021 19:26:04 -0600 Subject: [PATCH] Remove unused imports These references were moved into buildThreatEnrichment --- .../signals/threat_mapping/create_threat_signals.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/create_threat_signals.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/create_threat_signals.ts index 475c2e8c9c032..7690eb5eb1d55 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/create_threat_signals.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/create_threat_signals.ts @@ -8,11 +8,10 @@ import chunk from 'lodash/fp/chunk'; import { getThreatList, getThreatListCount } from './get_threat_list'; -import { CreateThreatSignalsOptions, GetMatchedThreats } from './types'; +import { CreateThreatSignalsOptions } from './types'; import { createThreatSignal } from './create_threat_signal'; -import { SearchAfterAndBulkCreateReturnType, SignalSearchResponse } from '../types'; +import { SearchAfterAndBulkCreateReturnType } from '../types'; import { combineConcurrentResults } from './utils'; -import { enrichSignalThreatMatches } from './enrich_signal_threat_matches'; import { buildThreatEnrichment } from './build_threat_enrichment'; export const createThreatSignals = async ({