Mauricio Araujo %!s(int64=2) %!d(string=hai) anos
pai
achega
71c948365c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      internal/billing/usage.go

+ 0 - 1
internal/billing/usage.go

@@ -376,7 +376,6 @@ func (m LagoClient) IngestEvents(ctx context.Context, subscriptionID string, eve
 		// Retry each batch to make sure all events are ingested
 		// Retry each batch to make sure all events are ingested
 		var currentAttempts int
 		var currentAttempts int
 		for currentAttempts < defaultMaxRetries {
 		for currentAttempts < defaultMaxRetries {
-
 			_, lagoErr := m.client.Event().Batch(ctx, &batchInput)
 			_, lagoErr := m.client.Event().Batch(ctx, &batchInput)
 			if lagoErr == nil {
 			if lagoErr == nil {
 				return telemetry.Error(ctx, span, fmt.Errorf(lagoErr.ErrorCode), "error sending ingest events to Lago")
 				return telemetry.Error(ctx, span, fmt.Errorf(lagoErr.ErrorCode), "error sending ingest events to Lago")