mirror of
https://github.com/labstack/echo.git
synced 2025-04-15 11:56:51 +02:00
Fixed type
This commit is contained in:
parent
2dc1d53da5
commit
9ab08d7daf
@ -100,7 +100,7 @@ func getUser(c echo.Context) error {
|
|||||||
func show(c echo.Context) error {
|
func show(c echo.Context) error {
|
||||||
// Get team and member from the query string
|
// Get team and member from the query string
|
||||||
team := c.QueryParam("team")
|
team := c.QueryParam("team")
|
||||||
member := c.QueryParam("team")
|
member := c.QueryParam("member")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user