Skip to content

Commit

Permalink
Update distributed_gobreaker.go
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo authored Dec 28, 2024
1 parent 5b3f3f9 commit e6e967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/distributed_gobreaker.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ func (dcb *DistributedCircuitBreaker[T]) Execute(ctx context.Context, req func()
var defaultValue T
return defaultValue, err
}

return t, e
}

0 comments on commit e6e967d

Please sign in to comment.