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