mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-09-03 00:17:58 +00:00
feat: limit langs shown on wakatime card (#988)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user