Skip to content

Commit

Permalink
fix filterService
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Dec 15, 2017
1 parent b568766 commit 1591dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/service/filterService.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Service.prototype.beforeFilter = function(msg, session, cb) {
const next = (err, resp, opts) => {

if (err || index >= this.befores.length) {
utils.invokeCallback(err, resp, opts);
cb(err, resp, opts);
return;
}

Expand Down

0 comments on commit 1591dad

Please sign in to comment.