Skip to content

Commit

Permalink
fix error on import
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Jul 15, 2020
1 parent 89b26ab commit 6ae3e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6ae3e49

Please sign in to comment.