Skip to content

Commit

Permalink
Merge pull request #698 from ethereum-push-notification-service/sort-…
Browse files Browse the repository at this point in the history
…brb-bounties
  • Loading branch information
HarshRajat authored Mar 14, 2024
2 parents 3711e02 + 081beab commit 004e725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/BRBPartnersBountyList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@ export const brbPartnersBountyList = [
ended:false
}
];


brbPartnersBountyList.sort((a, b) => +a.ended - +b.ended);

0 comments on commit 004e725

Please sign in to comment.