Skip to content

Commit

Permalink
Fixed Error
Browse files Browse the repository at this point in the history
Signed-off-by: Wise-Wizard <saransh.shankar@gmail.com>
  • Loading branch information
Wise-Wizard committed Jul 9, 2024
1 parent 3de30a1 commit 70d4b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/extension/jaegerquery/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (s *server) Shutdown(ctx context.Context) error {
if s.server != nil {
errs = append(errs, s.server.Close())
}
if s.server.closeTracer != nil {
if s.closeTracer != nil {
errs = append(errs, s.closeTracer(ctx))
}
return errors.Join(errs...)
Expand Down

0 comments on commit 70d4b10

Please sign in to comment.