feat: limit langs shown on wakatime card (#988)

This commit is contained in:
Florian Bussmann
2021-04-27 00:34:34 +05:30
committed by GitHub
parent 9551f1c5b6
commit 9773d924fb
5 changed files with 10 additions and 1 deletions
+2
View File
@@ -25,6 +25,7 @@ module.exports = async (req, res) => {
custom_title,
locale,
layout,
langs_count,
api_domain,
range,
border_radius,
@@ -66,6 +67,7 @@ module.exports = async (req, res) => {
border_radius,
locale: locale ? locale.toLowerCase() : null,
layout,
langs_count,
}),
);
} catch (err) {