Custom ownerAffiliations for general stats
This commit is contained in:
@@ -33,6 +33,7 @@ module.exports = async (req, res) => {
|
||||
disable_animations,
|
||||
border_radius,
|
||||
border_color,
|
||||
role,
|
||||
} = req.query;
|
||||
res.setHeader("Content-Type", "image/svg+xml");
|
||||
|
||||
@@ -49,6 +50,7 @@ module.exports = async (req, res) => {
|
||||
username,
|
||||
parseBoolean(count_private),
|
||||
parseBoolean(include_all_commits),
|
||||
parseArray(role),
|
||||
);
|
||||
|
||||
const cacheSeconds = clampValue(
|
||||
|
||||
Reference in New Issue
Block a user