tachyons / botframework-ruby

Microsoft Bot Framework ruby client
MIT License
39 stars 16 forks source link

Don't try to use callback for nil intent #15

Closed davispuh closed 7 years ago

davispuh commented 7 years ago

if intents[:intent] is nil then you'll get

"No call back registered for "

This removes that message.

tachyons commented 7 years ago

Thanks