Skip to content

Commit 5f4dc75

Browse files
committed
fix: add missing import
1 parent ff81d5b commit 5f4dc75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/postgrest-filter/src/lib/transform-recursive.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import get from 'lodash/get';
2+
13
import { groupPathsRecursive, isNestedPath } from './group-paths-recursive';
24
import { Path } from './types';
35

0 commit comments

Comments
 (0)