botmasterai / botmaster-fulfill

a text-friendly way to integrate actions with your bot. Supply an object of action-functions that can return synchronously or asynchronously and replace text in the response, generate new responses, or do what the response claims to do.
MIT License
4 stars 2 forks source link

remove errors when updates are skipped #12

Closed jwickens closed 7 years ago

jwickens commented 7 years ago

this should be done as part of the upgrade to botmaster 3.0. The middleware should resolve 'skip' to avoid throwing an error.

jwickens commented 7 years ago

fixed as part of 4.x