Allow for empty orderBy

This commit is contained in:
MartinBraquet
2025-09-16 16:14:26 +02:00
parent 786166b448
commit a0f4b62361

View File

@@ -43,7 +43,7 @@ export const loadProfiles = async (props: profileQueryType) => {
is_smoker,
geodbCityIds,
compatibleWithUserId,
orderBy: orderByParam,
orderBy: orderByParam = 'created_time',
skipId,
} = props