Merge remote-tracking branch 'rickstaa/add_role_param' into organization-filter
This commit is contained in:
@@ -38,6 +38,7 @@ export default async (req, res) => {
|
||||
disable_animations,
|
||||
border_radius,
|
||||
number_format,
|
||||
role,
|
||||
border_color,
|
||||
rank_icon,
|
||||
show,
|
||||
@@ -102,6 +103,7 @@ export default async (req, res) => {
|
||||
username,
|
||||
parseBoolean(include_all_commits),
|
||||
parseArray(exclude_repo),
|
||||
parseArray(role),
|
||||
showStats.includes("prs_merged") ||
|
||||
showStats.includes("prs_merged_percentage"),
|
||||
showStats.includes("discussions_started"),
|
||||
|
||||
@@ -31,6 +31,7 @@ export default async (req, res) => {
|
||||
locale,
|
||||
border_radius,
|
||||
border_color,
|
||||
role,
|
||||
disable_animations,
|
||||
hide_progress,
|
||||
} = req.query;
|
||||
@@ -69,6 +70,7 @@ export default async (req, res) => {
|
||||
parseArray(exclude_repo),
|
||||
size_weight,
|
||||
count_weight,
|
||||
parseArray(role),
|
||||
);
|
||||
|
||||
let cacheSeconds = parseInt(
|
||||
|
||||
Reference in New Issue
Block a user