Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Fix bad import path for type AccessMode #63

Merged
merged 1 commit into from Mar 8, 2021

Conversation

mmccall10
Copy link
Contributor

Fixes failing typescript runtime check due to bad import path.

src/node_modules/@shopify/koa-shopify-auth/dist/src/verify-request/types.d.ts:1:28 - error TS2307: Cannot find module 'src/types' or its corresponding type declarations.

1 import { AccessMode } from "src/types";
                             ~~~~~~~~~~~
Found 1 error.

Copy link
Contributor

@paulomarg paulomarg left a comment

Choose a reason for hiding this comment

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

Great catch, thanks!

@paulomarg paulomarg merged commit 4edb636 into Shopify:master Mar 8, 2021
@paulomarg paulomarg temporarily deployed to production March 16, 2021 20:13 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants