Skip to content

Commit

Permalink
style: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed Apr 22, 2024
1 parent eb361bd commit f85d9f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/indexer-common/src/allocations/query-fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,9 @@ export class AllocationReceiptCollector implements ReceiptCollector {
)
this.logger.info(`Checking if there are any unfinalized ravs in DB`)
if (unfinalizedRavsAllocationIds.length > 0) {
this.logger.info(`Obtaing from tap subgraph allocation ravs that are already redeemed`)
this.logger.info(
`Obtaing from tap subgraph allocation ravs that are already redeemed`,
)
const alreadyRedeemedAllocations = (
await this.tapSubgraph.query(
gql`
Expand Down

0 comments on commit f85d9f4

Please sign in to comment.