Skip to content

Commit

Permalink
fix: query filter using sender_
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Aug 30, 2024
1 parent 58e425b commit c8be43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-common/src/allocations/query-fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ export class AllocationReceiptCollector implements ReceiptCollector {
where: {
type: "redeem"
allocationID_in: $unfinalizedRavsAllocationIds
_sender: { id_in: $senderAddresses }
sender_: { id_in: $senderAddresses }
}
) {
allocationID
Expand Down

0 comments on commit c8be43f

Please sign in to comment.