diff --git a/model/parse.go b/model/parse.go index 1e69778..1fb11cb 100644 --- a/model/parse.go +++ b/model/parse.go @@ -231,7 +231,5 @@ func ParseMantainers() (mantainer []Mantainer, err error) { } } - - return nil, fmt.Errorf("couldn't found informabot projects after parsing mantainers.json") }