Skip to content

Commit

Permalink
addes sorting field enums
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelgeorge99 committed Oct 29, 2024
1 parent 65dd43d commit 0b66cba
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 0b66cba

Please sign in to comment.