Skip to content

Commit

Permalink
Merge pull request #116 from GeneralMagicio/fix-sorting-donation
Browse files Browse the repository at this point in the history
added sorting field enums
  • Loading branch information
aminlatifi authored Oct 30, 2024
2 parents ee60ee9 + 0b66cba commit 5a7e3d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entities/donation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export enum SortField {
CreationDate = 'createdAt',
TokenAmount = 'amount',
UsdAmount = 'valueUsd',
EarlyAccessRound = 'earlyAccessRoundId',
RewardTokenAmount = 'rewardTokenAmount',
}

@Entity()
Expand Down

0 comments on commit 5a7e3d7

Please sign in to comment.