Skip to content

Commit

Permalink
Remove var
Browse files Browse the repository at this point in the history
  • Loading branch information
cavallium committed Nov 5, 2023
1 parent 7a6b0c6 commit 3eab57d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public final class SimpleTelegramClient implements Authenticable, MutableTelegra
this.addUpdateHandler(TdApi.UpdateAuthorizationState.class,
new AuthorizationStateWaitAuthenticationDataHandler(client, this, this::handleDefaultException)
);
var updateHandlerInteraction = new SimpleTelegramClientInteraction();
SimpleTelegramClientInteraction updateHandlerInteraction = new SimpleTelegramClientInteraction();
this.addUpdateHandler(TdApi.UpdateAuthorizationState.class, new AuthorizationStateWaitRegistrationHandler(client,
updateHandlerInteraction,
this::handleDefaultException
Expand Down

0 comments on commit 3eab57d

Please sign in to comment.