forked from mirrored/github-readme-stats
Update top-langs.js
This commit is contained in:
@@ -37,7 +37,7 @@ export default async (req, res) => {
|
||||
topLangs.push({
|
||||
name,
|
||||
size,
|
||||
color: `#${color}`,
|
||||
color: color ? `#${color}` : undefined,
|
||||
text,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user