Skip to content

Commit

Permalink
oops I changed a public function that should make orchestrion CI fail
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness committed Jul 12, 2024
1 parent 1aeb550 commit a840beb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/gin-gonic/gin/gintrace.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ func init() {

// Middleware returns middleware that will trace incoming requests. If service is empty then the
// default service name will be used.
func Middleware(service string, opts ...Option) gin.HandlerFunc {
func Middleware(opts ...Option) gin.HandlerFunc {
service := ""
cfg := newConfig(service)
for _, opt := range opts {
opt(cfg)
Expand Down

0 comments on commit a840beb

Please sign in to comment.