Skip to content

Commit

Permalink
removed unused typescript imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice76 committed Apr 17, 2022
1 parent 594bd0c commit 0001263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Expand Up @@ -69,7 +69,6 @@ export async function writeImages({
sourceDir,
createNodeId,
createNode,
store,
filename,
}: {
images: Map<string, IStaticImageProps>
Expand All @@ -80,7 +79,6 @@ export async function writeImages({
sourceDir: string
createNodeId: ParentSpanPluginArgs["createNodeId"]
createNode: Actions["createNode"]
store: Store
filename: string
}): Promise<void> {
const promises = [...images.entries()].map(
Expand Down
8 changes: 1 addition & 7 deletions packages/gatsby-source-shopify/src/helpers.ts
Expand Up @@ -95,13 +95,7 @@ export function decorateBulkObject(input: unknown): unknown {
}

export async function processShopifyImages(
{
actions: { createNode },
createNodeId,
cache,
store,
reporter,
}: SourceNodesArgs,
{ actions: { createNode }, createNodeId, cache }: SourceNodesArgs,
node: IShopifyNode
): Promise<void> {
const type = parseShopifyId(node.shopifyId)[1]
Expand Down

0 comments on commit 0001263

Please sign in to comment.