Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
turip committed Jan 21, 2025
1 parent 53a5640 commit 9e26c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openmeter/billing/service/invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9e26c50

Please sign in to comment.