Skip to content

Commit

Permalink
refactor(migrate): rename targets => destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Jan 23, 2024
1 parent 7b34493 commit 707d6b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/migrate/src/runner/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {MultipleMutationResult} from '@sanity/client'
import {APIConfig, Migration} from '../types'
import {ndjson} from '../it-utils/ndjson'
import {fromExportEndpoint} from '../sources/fromExportEndpoint'
import {toMutationEndpoint} from '../targets/toMutationEndpoint'
import {toMutationEndpoint} from '../destinations/toMutationEndpoint'
import {collectMigrationMutations} from './collectMigrationMutations'

interface MigrationRunnerOptions {
Expand Down

0 comments on commit 707d6b7

Please sign in to comment.