mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-15 12:07:13 -04:00
Allow for empty orderBy
This commit is contained in:
@@ -43,7 +43,7 @@ export const loadProfiles = async (props: profileQueryType) => {
|
||||
is_smoker,
|
||||
geodbCityIds,
|
||||
compatibleWithUserId,
|
||||
orderBy: orderByParam,
|
||||
orderBy: orderByParam = 'created_time',
|
||||
skipId,
|
||||
} = props
|
||||
|
||||
|
||||
Reference in New Issue
Block a user