Skip to content

Commit 8d98b62

Browse files
committed
[connector/routing] Fix configuration error with request context
Remove a residual fallthrough keyword Fixes #37410
1 parent 8034e0d commit 8d98b62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

connector/routingconnector/config.go

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ func (c *Config) Validate() error {
7676
if _, err := parseRequestCondition(item.Condition); err != nil {
7777
return err
7878
}
79-
fallthrough
8079
default:
8180
return errors.New("invalid context: " + item.Context)
8281
}

0 commit comments

Comments
 (0)