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

Duplicate backend setting in UserApiConsumer class #41

Closed
mihaiconstantin opened this issue Jun 14, 2023 · 0 comments · Fixed by #47
Closed

Duplicate backend setting in UserApiConsumer class #41

mihaiconstantin opened this issue Jun 14, 2023 · 0 comments · Fixed by #47
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@mihaiconstantin
Copy link
Owner

Looks like lines 147 and 148 were accidentally duplicated.

parabar/R/UserApiConsumer.R

Lines 144 to 148 in 2844b4d

# Register the backend with the context.
context$set_backend(backend)
# Register the backend with the context.
context$set_backend(backend)

@mihaiconstantin mihaiconstantin added bug Something isn't working good first issue Good for newcomers labels Jun 14, 2023
@mihaiconstantin mihaiconstantin self-assigned this Feb 3, 2024
mihaiconstantin added a commit that referenced this issue Feb 3, 2024
Remove duplicated code in `UserApiConsumer` class. Closes #41.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant