We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8034e0d commit 8d98b62Copy full SHA for 8d98b62
connector/routingconnector/config.go
@@ -76,7 +76,6 @@ func (c *Config) Validate() error {
76
if _, err := parseRequestCondition(item.Condition); err != nil {
77
return err
78
}
79
- fallthrough
80
default:
81
return errors.New("invalid context: " + item.Context)
82
0 commit comments