Skip to content

Commit

Permalink
fix application storage
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Sep 24, 2024
1 parent e0520fa commit a0c77e9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public DefaultUserTask(Application application, String id, String name) {
super(id, name);
this.application = application;
this.userTaskInstances = application.config().get(UserTaskConfig.class).userTaskInstances();
this.userTaskInstances.setDisconnectUserTaskInstance(application.get(DefaultUserTasks.class)::disconnect);
this.userTaskInstances.setReconnectUserTaskInstance(application.get(DefaultUserTasks.class)::connect);
}

@Override
Expand Down

0 comments on commit a0c77e9

Please sign in to comment.