From 6ae3e49b2d52946d49e4f949888f38929369d26c Mon Sep 17 00:00:00 2001 From: Yara Tercero Date: Tue, 14 Jul 2020 22:12:51 -0400 Subject: [PATCH] fix error on import --- .../lib/detection_engine/signals/filter_events_with_list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/signals/filter_events_with_list.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/signals/filter_events_with_list.ts index 8aa3ca3393f49..ea52aecb379fa 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/signals/filter_events_with_list.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/signals/filter_events_with_list.ts @@ -14,7 +14,7 @@ import { EntryList, ExceptionListItemSchema, } from '../../../../../lists/common/schemas'; -import { hasLargeValueList } from './utils'; +import { hasLargeValueList } from '../../../../common/detection_engine/utils'; interface FilterEventsAgainstList { listClient: ListClient;