Skip to content

Commit

Permalink
Remove commented-out sendActivity call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jegadeesh-MSFT authored Jan 6, 2025
1 parent 120d4e2 commit 41a17bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class TeamsMessagingExtensionsActionPreviewBot extends TeamsActivityHandler {
attachments: [adaptiveCard]
}
};
// await context.sendActivity(responseActivity);
}

async handleTeamsMessagingExtensionCardButtonClicked(context, obj) {
Expand Down

0 comments on commit 41a17bd

Please sign in to comment.