From 9c08efedbf719769bae1f775a847b8c83aa358e8 Mon Sep 17 00:00:00 2001 From: Zohan Subhash Date: Mon, 16 Jan 2023 15:37:02 +0530 Subject: [PATCH] Update top-langs.js --- api/wild/top-langs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/wild/top-langs.js b/api/wild/top-langs.js index 98a0cada..18c690d3 100644 --- a/api/wild/top-langs.js +++ b/api/wild/top-langs.js @@ -70,7 +70,6 @@ export default async (req, res) => { hide_title: parseBoolean(hide_title), hide_border: parseBoolean(hide_border), card_width: parseInt(card_width, 10), - hide: parseArray(hide), title_color, text_color, bg_color,