Skip to content

Commit

Permalink
Remove duplicate state setter
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikJannsen committed Dec 31, 2022
1 parent 4935b54 commit a97844a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public DefaultApplicationService(String[] args) {

@Override
public CompletableFuture<Boolean> initialize() {
setState(State.INITIALIZE_APP);
return securityService.initialize()
.thenCompose(result -> {
setState(State.INITIALIZE_NETWORK);
Expand Down

0 comments on commit a97844a

Please sign in to comment.