Skip to content

Commit fc445dd

Browse files
committed
Updated TestBot's slack support
1 parent 162c33d commit fc445dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Node/examples/testBot/slackBot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ var slackBot = new builder.SlackBot(controller, bot);
1616
index.addDialogs(slackBot, function (message) {
1717
// Compose a return address that's the sender of the message
1818
return {
19-
user: message.channelData.user,
2019
channel: message.channelData.channel
2120
};
2221
});

0 commit comments

Comments
 (0)