Skip to content

Commit

Permalink
invoice-generator: Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jshearer committed Oct 2, 2024
1 parent e516a9f commit b40ac6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/billing-integrations/src/stripe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ pub async fn do_publish_invoices(cmd: &PublishInvoice) -> anyhow::Result<()> {

let collected: HashMap<InvoiceResult, (i64, i32, Vec<(String, i64)>)> =
futures::stream::iter(invoice_futures)
// Let's run 10 `upsert_invoice()`s at a time
.buffer_unordered(5)
.or_else(|err| async move {
if !cmd.fail_fast {
Expand Down

0 comments on commit b40ac6c

Please sign in to comment.