mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
fix typo
This commit is contained in:
parent
aedf994e20
commit
39661e4063
@ -73,7 +73,7 @@ module.exports = ({ action, ability, model }) => {
|
||||
const sanitizeSort = pipeAsync(
|
||||
traverseQuerySort(removeDisallowedFields(permittedFields), { schema }),
|
||||
traverseQuerySort(omitDisallowedAdminUserFields, { schema }),
|
||||
traverse.traverseQuerySort(omitHiddenFields, { schema }),
|
||||
traverseQuerySort(omitHiddenFields, { schema }),
|
||||
traverseQuerySort(removePassword, { schema }),
|
||||
traverseQuerySort(
|
||||
({ key, attribute, value }, { remove }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user