Fix glaring problem with pull request

I accidentally forgot to call finalHandler if there was no padID
.... :)
This commit is contained in:
Mark Holmquist 2012-06-26 16:07:08 -07:00
parent 79ca5f3e7c
commit c4e660b206
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@ exports.handleMessage = function(client, message)
},
finalHandler
]);
} else {
finalHandler();
}
}