Skip to content

Commit

Permalink
Fix reward list
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Jun 18, 2024
1 parent 148953e commit df2998d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/app/services/RewardService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default class RewardService {
{ expiryDate: { $exists: true, $gte: new Date() } },
// Include quests with no expiryDate
{ expiryDate: { $exists: false } },
{ expiryDate: null },
],
});
return await Promise.all(
Expand Down

0 comments on commit df2998d

Please sign in to comment.