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

Breaking change UseCase named #1

Closed
iagocalazans opened this issue Jun 13, 2022 · 0 comments
Closed

Breaking change UseCase named #1

iagocalazans opened this issue Jun 13, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@iagocalazans
Copy link
Owner

Inside the function scope the this object must have useCase replaced by a more relevant name as providers are designated.

Change from:

  const useCaseResult = await this.useCase.create(event);

To this:

  const providersResult = await this.providers.create(event);
@iagocalazans iagocalazans added the enhancement New feature or request label Jun 13, 2022
@iagocalazans iagocalazans self-assigned this Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant