Skip to content

Commit f4aa1cd

Browse files
committed
changed the comments
1 parent 6eabbe1 commit f4aa1cd

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/scripts/scrumHelper.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ function allIncluded(outputTarget = 'email') {
5050
let issue_opened_button =
5151
'<div style="vertical-align:middle;display: inline-block;padding: 0px 4px;font-size:9px;font-weight: 600;color: #fff;text-align: center;background-color: #2cbe4e;border-radius: 3px;line-height: 12px;margin-bottom: 2px;" class="State State--green">open</div>';
5252

53-
/**
54-
* Resets all report processing flags and state, then optionally regenerates the report
55-
* @param {boolean} regenerateReport - Whether to regenerate the report after reset
56-
* @param {string} outputTarget - The output target ('popup' or 'email')
57-
*/
53+
// Reset all report state and optionally regenerate the report for popup or email context
5854
function resetReportState(regenerateReport = false, outputTarget = 'popup') {
5955
log('Resetting report state');
6056

@@ -90,10 +86,7 @@ function allIncluded(outputTarget = 'email') {
9086
}
9187
}
9288

93-
/**
94-
* Forces a refresh of GitHub data by clearing cache and fetching new data
95-
* @returns {Promise} Promise that resolves when refresh is complete
96-
*/
89+
// Clear cache, fetch fresh GitHub data, and reset report state
9790
async function forceGithubDataRefresh() {
9891
log('Force refreshing GitHub data');
9992

0 commit comments

Comments
 (0)