fmt
This commit is contained in:
parent
7f7b243cbe
commit
bb44b2f98c
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user