Skip to content

Commit

Permalink
Merge pull request #28 from Cerebellum-Network/fix-customer-usage-for…
Browse files Browse the repository at this point in the history
…-loop

Fix customer usage for loop
  • Loading branch information
upalinski authored Oct 23, 2024
2 parents 91f19c5 + d31d6b3 commit 540d88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ processor.run(new TypeormDatabase({ supportHotBlocks: true }), async (ctx) => {
numberOfGets: bucketUsage.numberOfGets,
})
ddcCustomerUsageEntities.set(key, accountUsage)
return
continue
}

accountUsage.transferredBytes += bucketUsage.transferredBytes
Expand Down

0 comments on commit 540d88e

Please sign in to comment.