Skip to content

Commit

Permalink
Fix wikipedia sample
Browse files Browse the repository at this point in the history
  • Loading branch information
RamjotSingh committed Mar 18, 2019
1 parent c638608 commit ddc3977
Showing 1 changed file with 6 additions and 3 deletions.
Expand Up @@ -54,10 +54,13 @@ public async Task<InvokeResponse> HandleMessagingExtensionActionAsync(MessagingE
{
return new InvokeResponse
{
Body = new MessagingExtensionResult
Body = new MessagingExtensionResponse
{
Text = "Failed to search " + ex.Message,
Type = "message",
ComposeExtension = new MessagingExtensionResult
{
Text = "Failed to search " + ex.Message,
Type = "message",
},
},
Status = 200,
};
Expand Down

0 comments on commit ddc3977

Please sign in to comment.