this repo has no description

appview/db: avoid empty languages when calculating major language

Signed-off-by: oppiliappan <me@oppi.li>

authored by oppiliappan and committed by tangled.org 401a16e0 233dd7f6

Changed files
+1
appview
+1
appview/db/repos.go
··· 158 from repo_languages 159 where repo_at in (%s) 160 and is_default_ref = 1 161 ) 162 where rn = 1 163 `,
··· 158 from repo_languages 159 where repo_at in (%s) 160 and is_default_ref = 1 161 + and language <> '' 162 ) 163 where rn = 1 164 `,