remove comment

This commit is contained in:
Ben Irvin 2023-05-12 12:14:23 +02:00
parent b3998432d7
commit d961309386

View File

@ -36,7 +36,6 @@ const defaultSanitizeOutput = async (schema, entity) => {
);
};
// TODO: remove fields that don't exist on the schema
const defaultSanitizeFilters = curry((schema, filters) => {
return pipeAsync(
// Remove keys that are not attributes or valid operators