restablecido filtre
This commit is contained in:
parent
7691449e52
commit
a031f31a05
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue