diff --git a/crates/billing-integrations/src/stripe.rs b/crates/billing-integrations/src/stripe.rs index 47ec839c4f..b52255fd27 100644 --- a/crates/billing-integrations/src/stripe.rs +++ b/crates/billing-integrations/src/stripe.rs @@ -687,7 +687,6 @@ pub async fn do_publish_invoices(cmd: &PublishInvoice) -> anyhow::Result<()> { let collected: HashMap)> = 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 {