Mauricio Araujo 2 년 전
부모
커밋
f03c13263f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
 		var currentAttempts int
 		for currentAttempts < defaultMaxRetries {
-
 			_, lagoErr := m.client.Event().Batch(ctx, &batchInput)
 			if lagoErr == nil {
 				return telemetry.Error(ctx, span, fmt.Errorf(lagoErr.ErrorCode), "error sending ingest events to Lago")