forked from mirrored/github-readme-stats
Update top-langs.js
This commit is contained in:
@@ -33,11 +33,12 @@ export default async (req, res) => {
|
||||
size = "0",
|
||||
color,
|
||||
text,
|
||||
} = JSON.parse(decodeURIComponent(lang))
|
||||
} = JSON.parse(lang)
|
||||
topLangs.push({
|
||||
name,
|
||||
size,
|
||||
color,
|
||||
text,
|
||||
});
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user