Prettier fix

This commit is contained in:
Convly 2023-03-20 10:16:31 +01:00
parent 5a05cc549b
commit 3351b78b5b

View File

@ -69,9 +69,7 @@ const defaultSanitizeSort = curry((schema, sort) => {
remove(key);
}
},
{
schema,
}
{ schema }
),
// Remove dynamic zones from sort
traverseQuerySort(removeDynamicZones, { schema }),