restablecido filtre

This commit is contained in:
nelo 2017-05-18 13:59:02 +02:00
parent 7691449e52
commit a031f31a05
1 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,6 @@ module.exports = function(self) {
path: `/${methodName}`
}
});
};
this.filter = (params, cb) => {
let filter = removeEmpty(filterCb(params));
@ -63,6 +62,8 @@ module.exports = function(self) {
})
};
};
}
function removeEmpty(o) {