Skip to content

Commit

Permalink
fix customer usage for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
upalinski committed Oct 23, 2024
1 parent 91f19c5 commit d31d6b3
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 d31d6b3

Please sign in to comment.