mirror of
https://github.com/strapi/strapi.git
synced 2025-09-08 16:16:21 +00:00
Hotfix params bookshelf filters
This commit is contained in:
parent
e70613bc0e
commit
cd8fd85f12
@ -14,7 +14,7 @@ module.exports = {
|
||||
});
|
||||
|
||||
if (params.sort) {
|
||||
qb.orderBy(convertedParams.sort.key, convertedParams.sort.order);
|
||||
qb.orderBy(params.sort.key, params.sort.order);
|
||||
}
|
||||
|
||||
if (params.skip) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user