Skip to content

Commit

Permalink
fix(search): fix incorrect import path to the versionedClient
Browse files Browse the repository at this point in the history
  • Loading branch information
saasen committed Mar 25, 2021
1 parent c501901 commit d2f0c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/base/src/search/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import schema from 'part:@sanity/base/schema'
import {versionedClient} from '../client'
import {versionedClient} from '../client/versionedClient'
import {getSearchableTypes} from './common/utils'
import {createWeightedSearch} from './weighted/createWeightedSearch'

Expand Down

2 comments on commit d2f0c22

@vercel
Copy link

@vercel vercel bot commented on d2f0c22 Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio.sanity.build
perf-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on d2f0c22 Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.