fmt
This commit is contained in:
parent
7f7b243cbe
commit
bb44b2f98c
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ func GetListsByNamespaceID(c echo.Context) error {
|
||||||
return c.JSON(http.StatusOK, lists)
|
return c.JSON(http.StatusOK, lists)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func getNamespace(c echo.Context) (namespace models.Namespace, err error) {
|
func getNamespace(c echo.Context) (namespace models.Namespace, err error) {
|
||||||
// Check if we have our ID
|
// Check if we have our ID
|
||||||
id := c.Param("id")
|
id := c.Param("id")
|
||||||
|
|
Loading…
Reference in a new issue