Skip to content

Commit

Permalink
Fixes NFT listing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed May 27, 2024
1 parent 9c1b629 commit 9e12e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/services/RewardNFTService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class RewardNFTService implements IRewardService {
}

async decoratePayment(payment: TRewardPayment): Promise<TRewardPayment> {
return payment;
return payment.toJSON();
}

async getValidationResult({
Expand Down

0 comments on commit 9e12e5b

Please sign in to comment.