forked from lug/matterbridge
Update vendor labstack/echo
This commit is contained in:
7
vendor/github.com/labstack/echo/context.go
generated
vendored
7
vendor/github.com/labstack/echo/context.go
generated
vendored
@@ -274,13 +274,6 @@ func (c *context) Param(name string) string {
|
||||
if n == name {
|
||||
return c.pvalues[i]
|
||||
}
|
||||
|
||||
// Param name with aliases
|
||||
for _, p := range strings.Split(n, ",") {
|
||||
if p == name {
|
||||
return c.pvalues[i]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user