filter bug fix
This commit is contained in:
@@ -35,7 +35,6 @@ export function getSortObject(
|
||||
|
||||
if (Object.keys(sortObj).length == 0) sortObj["createdAt"] = -1;
|
||||
|
||||
console.log(sortObj);
|
||||
return sortObj;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user