diff --git a/appview/db/repos.go b/appview/db/repos.go index b6c70267..88ec4c13 100644 --- a/appview/db/repos.go +++ b/appview/db/repos.go @@ -158,6 +158,7 @@ func GetRepos(e Execer, limit int, filters ...orm.Filter) ([]models.Repo, error) from repo_languages where repo_at in (%s) and is_default_ref = 1 + and language <> '' ) where rn = 1 `,