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