CI: Bump golangci-lint to 2.0.2 (#103572)
This commit is contained in:
@@ -74,8 +74,8 @@ func (s *Service) TransformData(ctx context.Context, now time.Time, req *Request
|
||||
ctx, span := s.tracer.Start(ctx, "SSE.TransformData")
|
||||
defer func() {
|
||||
var respStatus string
|
||||
switch {
|
||||
case err == nil:
|
||||
switch err {
|
||||
case nil:
|
||||
respStatus = "success"
|
||||
default:
|
||||
respStatus = "failure"
|
||||
|
||||
Reference in New Issue
Block a user