Skip to content

Commit

Permalink
Remove sort from categories
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofersOzolinsMagebit authored Nov 16, 2020
1 parent 23af964 commit 9951504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-resolver/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const getBlogCategories = async ({
onlyActive = true,
size = 4000,
start = 0,
sort = 'publish_date:desc',
sort = null,
includeFields = config.entities.optimize ? get(config, 'entities.blog_category.includeFields', null) : null,
excludeFields = config.entities.optimize ? get(config, 'entities.blog_category.excludeFields', null) : null
}: BlogCategorySearchOptions) => {
Expand Down

0 comments on commit 9951504

Please sign in to comment.