Skip to content

Commit

Permalink
revert instant boosting sorts for master version
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosQ96 committed Dec 3, 2024
1 parent a1acae5 commit 795e035
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/repositories/projectRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ export const filterProjectsQuery = (params: FilterProjectQueryInputParams) => {
break;
case SortingField.InstantBoosting: // This is our default sorting
query
.addOrderBy('project.isGivbackEligible', 'DESC') // Primary sorting condition
.addOrderBy('project.verified', 'DESC') // Secondary sorting condition
.addOrderBy(
'projectInstantPower.totalPower',
OrderDirection.DESC,
Expand Down

0 comments on commit 795e035

Please sign in to comment.