From df42981d3469ec6542edc21a4cdb20084c4bd160 Mon Sep 17 00:00:00 2001 From: Zohan Subhash Date: Mon, 16 Jan 2023 16:34:14 +0530 Subject: [PATCH] Update top-langs.js --- api/wild/top-langs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/wild/top-langs.js b/api/wild/top-langs.js index 2a8a9f1e..f8da1a5d 100644 --- a/api/wild/top-langs.js +++ b/api/wild/top-langs.js @@ -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 {