Skip to content

Commit fac353b

Browse files
committed
removed the bug causing calls
Signed-off-by: Vedansh Saini <[email protected]>
1 parent 191ce7a commit fac353b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scripts/scrumHelper.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ function allIncluded(outputTarget = 'email') {
99
console.warn('[SCRUM-HELPER]: Scrum generation already in progress, aborting new call.');
1010
return;
1111
}
12+
scrumGenerationInProgress = true;
1213
console.log('allIncluded called with outputTarget:', outputTarget);
1314
console.log('Current window context:', window.location.href);
1415
let scrumBody = null;
@@ -615,8 +616,6 @@ function allIncluded(outputTarget = 'email') {
615616
console.log('Not a new conversation, skipping scrum helper');
616617
return;
617618
}
618-
writeGithubIssuesPrs();
619-
writeGithubPrsReviews();
620619
}
621620

622621
setTimeout(() => {

0 commit comments

Comments
 (0)