Skip to content

Commit

Permalink
fix: attestations queries (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilted-andres authored Dec 11, 2024
1 parent e5dc903 commit 5c65d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/revoker/indexer/queryAttestations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function buildAttestationQueries(fromDate: Date, untilDate: Date) {
lessThan: "${untilDate.toISOString()}"
}
}
removalBlockExists: true
removalBlockExists: false
}
) {
totalCount
Expand Down

0 comments on commit 5c65d08

Please sign in to comment.