Skip to content

Commit 6ae3e49

Browse files
committed
fix error on import
1 parent 89b26ab commit 6ae3e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/server/lib/detection_engine/signals/filter_events_with_list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
EntryList,
1515
ExceptionListItemSchema,
1616
} from '../../../../../lists/common/schemas';
17-
import { hasLargeValueList } from './utils';
17+
import { hasLargeValueList } from '../../../../common/detection_engine/utils';
1818

1919
interface FilterEventsAgainstList {
2020
listClient: ListClient;

0 commit comments

Comments
 (0)