Skip to content

Commit

Permalink
Fixes Issue howdyai#1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjd committed Jul 11, 2016
1 parent 9f7d49e commit f4f24b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botkit-middleware-witai",
"version": "0.0.2",
"version": "0.0.3",
"description": "A middleware for using Wit.ai in a Botkit-powered bot",
"main": "src/botkit-middleware-witai.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/botkit-middleware-witai.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ module.exports = function(config) {
next();
}
});
} else {
next();
}

};

middleware.hears = function(tests, message) {
Expand Down

0 comments on commit f4f24b9

Please sign in to comment.