Skip to content

Commit

Permalink
fixes tab
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Nov 21, 2024
1 parent 5e6ff89 commit 1c90962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (s *Service) AnonymizeSingle(
outputData, err := anonymizer.AnonymizeJSONObject(req.Msg.InputData)
if err != nil {
if outputErrorCounter != nil {
outputErrorCounter.Add(ctx, int64(1), metric.WithAttributes(labels...))
outputErrorCounter.Add(ctx, int64(1), metric.WithAttributes(labels...))
}
return nil, err
}
Expand Down

0 comments on commit 1c90962

Please sign in to comment.