Skip to content

Commit

Permalink
Refactor: remove duplicated code in UserApiConsumer class
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
mihaiconstantin committed Feb 3, 2024
1 parent d320fca commit 3765464
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/UserApiConsumer.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ UserApiConsumer <- R6::R6Class("UserApiConsumer",
# Register the backend with the context.
context$set_backend(backend)

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

# Execute the task via the requested parallel operation.
eval(parallel_operation)

Expand Down

0 comments on commit 3765464

Please sign in to comment.