diff --git a/routes/api/v1/list_by_namespace.go b/routes/api/v1/list_by_namespace.go index bcb467ea7ed..7d34f2f6d8c 100644 --- a/routes/api/v1/list_by_namespace.go +++ b/routes/api/v1/list_by_namespace.go @@ -53,7 +53,6 @@ func GetListsByNamespaceID(c echo.Context) error { return c.JSON(http.StatusOK, lists) } - func getNamespace(c echo.Context) (namespace models.Namespace, err error) { // Check if we have our ID id := c.Param("id")