chore: code formatting
This commit is contained in:
@@ -78,9 +78,8 @@ export default async function({login, q, imports, data, account}, {enabled = fal
|
||||
list.languages = {}
|
||||
for (const {language: {name, color}} of repositories) {
|
||||
let lang = name
|
||||
if (lang && lang.toLocaleLowerCase() in _languages_aliases) {
|
||||
if (lang && lang.toLocaleLowerCase() in _languages_aliases)
|
||||
lang = _languages_aliases[name.toLocaleLowerCase()]
|
||||
}
|
||||
if (lang)
|
||||
list.languages[lang] = (list.languages[lang] ?? 0) + 1
|
||||
if (color)
|
||||
|
||||
Reference in New Issue
Block a user