Skip to content

Commit

Permalink
fixed socket bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvolum committed Apr 9, 2019
1 parent 2e7175c commit 742586a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/basic-sample/bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ server.post('/api/proactive', async (req, res) => {
await adapter.continueConversation(reference, async (turnContext) => {
await turnContext.sendActivity(message);
});
res.send(200);
});

0 comments on commit 742586a

Please sign in to comment.