This commit is contained in:
konrad 2018-07-12 23:37:14 +02:00 committed by kolaente
parent 7f7b243cbe
commit bb44b2f98c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -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")