Skip to content

Commit

Permalink
refactor(base): use plain import for search utils instead of part
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Sep 10, 2021
1 parent 0ff4330 commit 819334c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/base/src/preview/utils/optimizeQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
///<reference types="@sanity/types/parts" />

import {identity, sortBy, values} from 'lodash'
import {escapeField, fieldNeedsEscape} from 'part:@sanity/base/util/search-utils'
import {escapeField, fieldNeedsEscape} from '../../util/searchUtils'
import {FieldName, Id, Selection} from '../types'
import {INCLUDE_FIELDS_QUERY} from '../constants'

Expand Down

0 comments on commit 819334c

Please sign in to comment.