chore: lint issue

This commit is contained in:
DarshanBPatel 2024-12-17 18:42:58 +05:30
parent 3b374a3ab0
commit da597c1769
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
1 changed files with 3 additions and 2 deletions

View File

@ -104,8 +104,9 @@ proc getRlnMetricsLogger*(): RLNMetricsLogger =
)
let freshProofsGeneratedCount =
parseAndAccumulate(waku_rln_total_generated_proofs, cumulativeProofsGenerated)
let freshProofsRemainingCount =
parseAndAccumulate(waku_rln_remaining_proofs_per_epoch, cumulativeProofsRemaining)
let freshProofsRemainingCount = parseAndAccumulate(
waku_rln_remaining_proofs_per_epoch, cumulativeProofsRemaining
)
info "Total messages", count = freshMsgCount
info "Total spam messages", count = freshSpamCount