Skip to content

Commit

Permalink
Update PetStoreAssistantBot.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Jan 4, 2024
1 parent 39445e7 commit 3df460a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ protected CompletableFuture<Void> onMembersAdded(
TurnContext turnContext) {

String message = "";
String id = turnContext.getActivity().getRecipient().getId()
String id = turnContext.getActivity().getRecipient().getId();

if(this.sessionCache.get(id) == null)
{
Expand Down

0 comments on commit 3df460a

Please sign in to comment.