Skip to content

Commit b2db8ab

Browse files
committed
fixes open/closed label
Signed-off-by: Vedansh Saini <[email protected]>
1 parent c8279b5 commit b2db8ab

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/scripts/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function handleBodyOnLoad() {
1919
'startingDate',
2020
'endingDate',
2121
'showOpenLabel',
22-
'showClosedLabel',
2322
'userReason',
2423
'lastWeekContribution',
2524
'yesterdayContribution',

src/scripts/scrumHelper.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function allIncluded(outputTarget = 'email') {
2424
let issuesDataProcessed = false;
2525
let prsReviewDataProcessed = false;
2626
let showOpenLabel = true;
27-
let showClosedLabel = true;
2827
let userReason = '';
2928

3029
let pr_merged_button =
@@ -49,7 +48,6 @@ function allIncluded(outputTarget = 'email') {
4948
'startingDate',
5049
'endingDate',
5150
'showOpenLabel',
52-
'showClosedLabel',
5351
'lastWeekContribution',
5452
'yesterdayContribution',
5553
'userReason',
@@ -92,9 +90,6 @@ function allIncluded(outputTarget = 'email') {
9290
showOpenLabel = false;
9391
pr_unmerged_button = '';
9492
issue_opened_button = '';
95-
}
96-
if (!items.showClosedLabel) {
97-
showClosedLabel = false;
9893
pr_merged_button = '';
9994
issue_closed_button = '';
10095
}

0 commit comments

Comments
 (0)