Skip to content

Commit

Permalink
Add anchorContracts to all projects response
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Feb 6, 2024
1 parent 26e15a5 commit cdd07c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/repositories/projectRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const filterProjectsQuery = (params: FilterProjectQueryInputParams) => {
.leftJoinAndSelect('project.status', 'status')
.leftJoinAndSelect('project.users', 'users')
.leftJoinAndSelect('project.addresses', 'addresses')
.leftJoinAndSelect('project.anchorContracts', 'anchor_contract_address')
.leftJoinAndSelect('project.organization', 'organization')
.leftJoinAndSelect('project.qfRounds', 'qfRounds')
// you can alias it as user but it still is mapped as adminUser
Expand Down

0 comments on commit cdd07c6

Please sign in to comment.