Skip to content

Commit

Permalink
remove options arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Aug 31, 2024
1 parent 876f6a2 commit 911b55b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {outputDebug} from '@shopify/cli-kit/node/output'
import {AdminSession} from '@shopify/cli-kit/node/session'
import {Checksum, Theme, ThemeFileSystem} from '@shopify/cli-kit/node/themes/types'
import {fetchChecksums} from '@shopify/cli-kit/node/themes/api'
import {outputDebug} from '@shopify/cli-kit/node/output'

export const LOCAL_STRATEGY = 'local'
export const REMOTE_STRATEGY = 'remote'
Expand Down

0 comments on commit 911b55b

Please sign in to comment.