File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- // const { cache } = require("react");
2
1
console . log ( "Script loaded" , new Date ( ) . toISOString ( ) ) ;
3
-
4
2
let refreshButton_Placed = false ;
5
- //# sourceURL=scrumHelper.js
6
3
let enableToggle = true ;
7
4
let hasInjectedContent = false ;
8
5
function allIncluded ( ) {
@@ -281,9 +278,9 @@ function allIncluded() {
281
278
githubCache . fetching = true ;
282
279
githubCache . cacheKey = cacheKey ;
283
280
284
- const issueUrl = `https://api.github.com/search/issues?q=author%3A${ githubUsername } +org%3Afossasia+created%3A${ startingDate } ..${ endingDate } &per_page=100` ;
285
- const prUrl = `https://api.github.com/search/issues?q=author %3A${ githubUsername } +org%3Afossasia+updated%3A${ startingDate } ..${ endingDate } &per_page=100` ;
286
- const userUrl = `https://api.github.com/users/${ githubUsername } ` ;
281
+ let issueUrl = `https://api.github.com/search/issues?q=author%3A${ githubUsername } +org%3Afossasia+created%3A${ startingDate } ..${ endingDate } &per_page=100` ;
282
+ let prUrl = `https://api.github.com/search/issues?q=commenter %3A${ githubUsername } +org%3Afossasia+updated%3A${ startingDate } ..${ endingDate } &per_page=100` ;
283
+ let userUrl = `https://api.github.com/users/${ githubUsername } ` ;
287
284
288
285
try {
289
286
// throttling 500ms to avoid burst
@@ -389,7 +386,7 @@ function allIncluded() {
389
386
nextWeekArray = [ ] ;
390
387
reviewedPrsArray = [ ] ;
391
388
githubPrsReviewDataProccessed = { } ;
392
-
389
+
393
390
// Update subject
394
391
if ( ! githubCache . subject ) {
395
392
scrumSubjectLoaded ( ) ;
You can’t perform that action at this time.
0 commit comments