Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Export validator from "medusa-extender" lib #61

Merged
merged 2 commits into from
Mar 18, 2022
Merged

Fix: Export validator from "medusa-extender" lib #61

merged 2 commits into from
Mar 18, 2022

Conversation

anup-a
Copy link
Contributor

@anup-a anup-a commented Mar 18, 2022

Validator is not being exported from the main index file.

So this doesn't work - import { Validator } from 'medusa-extender' ,
instead I had to import it from import { Validator } from 'medusa-extender/dist/decorators';

This PR would fix the issue.

@anup-a
Copy link
Contributor Author

anup-a commented Mar 18, 2022

@adrien2p I created PR from a different branch, but checks are still not running.

@adrien2p
Copy link
Owner

@anup-a fixed, it is running properly now :)

@adrien2p adrien2p merged commit c5e54cd into adrien2p:main Mar 18, 2022
@adrien2p
Copy link
Owner

Thank you for your contribution 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants