Skip to content

Commit

Permalink
fix: code conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
xiang-xx committed Jan 4, 2023
1 parent 539e007 commit 4c4858e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rest/handler/tracinghandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,7 @@ func TracingHandler(serviceName, path string) func(http.Handler) http.Handler {
if trw.code >= http.StatusBadRequest {
span.SetStatus(codes.Error, http.StatusText(trw.code))
} else {
<<<<<<< HEAD
span.SetStatus(codes.Ok, http.StatusText(trw.code))
=======
span.SetStatus(codes.Ok, "")
>>>>>>> da8f51ec4eb5ec2bb78c282bcf5727833755ddc8
}
})
}
Expand Down

0 comments on commit 4c4858e

Please sign in to comment.