Skip to content

Commit

Permalink
add qfRound join to findDonationById
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Feb 22, 2024
1 parent cf7faed commit c7695ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/repositories/donationRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export const findDonationById = async (
donationId,
})
.leftJoinAndSelect('donation.project', 'project')
.leftJoinAndSelect('donation."qfRound"', '"qfRound"')
.getOne();
};

Expand Down

0 comments on commit c7695ea

Please sign in to comment.