mirror of
https://github.com/strapi/strapi.git
synced 2025-11-25 14:41:15 +00:00
Prettier fix
This commit is contained in:
parent
5a05cc549b
commit
3351b78b5b
@ -69,9 +69,7 @@ const defaultSanitizeSort = curry((schema, sort) => {
|
|||||||
remove(key);
|
remove(key);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{ schema }
|
||||||
schema,
|
|
||||||
}
|
|
||||||
),
|
),
|
||||||
// Remove dynamic zones from sort
|
// Remove dynamic zones from sort
|
||||||
traverseQuerySort(removeDynamicZones, { schema }),
|
traverseQuerySort(removeDynamicZones, { schema }),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user