Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Dec 19, 2023
1 parent cbadd3b commit 98fa98e
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 @@ -152,7 +152,7 @@ export class AllocationReceiptCollector implements ReceiptCollector {
collector.startReceiptCollecting()
collector.startVoucherProcessing()
if (collector.escrowContracts) {
collector.logger.info(`RAV processing is initiated`);
collector.logger.info(`RAV processing is initiated`)
collector.startRAVProcessing()
}
await collector.queuePendingReceiptsFromDatabase()
Expand Down

0 comments on commit 98fa98e

Please sign in to comment.