Update top-langs.js

This commit is contained in:
Zohan Subhash
2023-01-16 15:12:05 +05:30
committed by GitHub
parent 114225e72e
commit 2a1d255e45
+1 -1
View File
@@ -32,7 +32,7 @@ export default async (req, res) => {
if (req.query.top_langs) {
const split = req.query.top_langs.split(";");
split.forEach(lang => {
topLangs.push(JSON.parse(lang))
topLangs.push(JSON.parse(decodeURIComponent(lang)))
});
} else {
topLangs = [