Fix glaring problem with pull request
I accidentally forgot to call finalHandler if there was no padID .... :)
This commit is contained in:
parent
79ca5f3e7c
commit
c4e660b206
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ exports.handleMessage = function(client, message)
|
|||
},
|
||||
finalHandler
|
||||
]);
|
||||
} else {
|
||||
finalHandler();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue