Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa authored and jafar75 committed Dec 25, 2023
1 parent fe61e1a commit ab5d61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func StopGracefully(
}
for name, server := range servers {
logger.Info().Str("name", name).Msg("Stopping server")
server.Shutdown() //nolint:contextcheck
server.Shutdown()
span.AddEvent("Stopped server")
}
logger.Info().Msg("Stopped all servers")
Expand Down

0 comments on commit ab5d61b

Please sign in to comment.