Update top-langs.js

This commit is contained in:
Zohan Subhash
2023-01-16 16:34:14 +05:30
committed by GitHub
parent 4ecebbca94
commit df42981d34
+2 -1
View File
@@ -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 {