Skip to content

Commit 9951504

Browse files
Remove sort from categories
1 parent 23af964 commit 9951504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-resolver/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const getBlogCategories = async ({
99
onlyActive = true,
1010
size = 4000,
1111
start = 0,
12-
sort = 'publish_date:desc',
12+
sort = null,
1313
includeFields = config.entities.optimize ? get(config, 'entities.blog_category.includeFields', null) : null,
1414
excludeFields = config.entities.optimize ? get(config, 'entities.blog_category.excludeFields', null) : null
1515
}: BlogCategorySearchOptions) => {

0 commit comments

Comments
 (0)