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: allow EntitySchema to be passed to EntityRepository #4884

Merged

Conversation

da-mkay
Copy link
Contributor

@da-mkay da-mkay commented Oct 9, 2019

Currently we cannot pass an EntitySchema<T> to the @EntityRepository decorator unless we cast it to any. But actually it works with an EntitySchema, just the types are missing. This PR adds the types.

@pleerock
Copy link
Member

Looks like we can merge it

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.

None yet

2 participants