We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53650e5 commit 3b753d7Copy full SHA for 3b753d7
packages/indexer-api/src/services/deposits.ts
@@ -75,7 +75,7 @@ export class DepositsService {
75
const repo = this.db.getRepository(entities.V3FundsDeposited);
76
const queryBuilder = repo
77
.createQueryBuilder("deposit")
78
- .leftJoinAndSelect(
+ .innerJoinAndSelect(
79
entities.RelayHashInfo,
80
"rhi",
81
"rhi.depositEventId = deposit.id",
0 commit comments