Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
thundermiracle committed Jun 4, 2022
1 parent e2fe16a commit 14bde5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/prefilters/targetValueNull.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { curry, getObjValue, path } from '../lib/utils';
import { curry, getObjValue } from '../lib/utils';
import {
DataObjectWithNull,
Predicator,
SearchCondition,
DataObject,
DataObjectWithNullValues,
} from '../lib/types';

/**
Expand Down

0 comments on commit 14bde5f

Please sign in to comment.