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

Docs(Code Issue): Code Issue in /development/entities/create #3958

Closed
2 tasks done
ricmello opened this issue Apr 29, 2023 · 1 comment · Fixed by #4286
Closed
2 tasks done

Docs(Code Issue): Code Issue in /development/entities/create #3958

ricmello opened this issue Apr 29, 2023 · 1 comment · Fixed by #4286
Assignees

Comments

@ricmello
Copy link

Preliminary Checks

Issue Summary

In Step 5: Use Your Entity, docs are assigning a variable this.postRepository which doesn't exist.

How can this issue be resolved?

  1. import the PostRepository created on previous step:
    import PostRepository from "../repositories/post";
  2. declare variable in the service class:
    protected readonly postRepository: typeof PostRepository

Are you interested in working on this issue?

  • I would like to fix this issue
@shahednasser
Copy link
Member

Thanks for reporting this @ricmello ! Feel free to open a fix for the issue 👍🏻

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

Successfully merging a pull request may close this issue.

2 participants