diff --git a/openmeter/billing/service/invoice.go b/openmeter/billing/service/invoice.go index 85f6ed855..8ef0916af 100644 --- a/openmeter/billing/service/invoice.go +++ b/openmeter/billing/service/invoice.go @@ -152,7 +152,6 @@ func (s *Service) recalculateGatheringInvoice(ctx context.Context, in recalculat if period != nil { hasInvoicableLines = mo.Some(true) } - } if err := s.invoiceCalculator.Calculate(&invoice); err != nil {