Skip to content

Commit f0703a9

Browse files
committed
typo in reviewpr
Signed-off-by: Vedansh Saini <[email protected]>
1 parent feb87cb commit f0703a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/scrumHelper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ function allIncluded(outputTarget = 'email') {
545545
return;
546546
}
547547
// reviewedPrsArray = [];
548-
// githubPrsReviewDataProcessed = {};
548+
// githubPrsReviewDataProccessed = {};
549549
let i;
550550
for (i = 0; i < items.length; i++) {
551551
let item = items[i];
@@ -565,7 +565,7 @@ function allIncluded(outputTarget = 'email') {
565565
title: title,
566566
state: item.state,
567567
};
568-
githubPrsReviewDataProcessed[project].push(obj);
568+
githubPrsReviewDataProccessed[project].push(obj);
569569
}
570570
for (let repo in githubPrsReviewDataProccessed) {
571571
let repoLi =

0 commit comments

Comments
 (0)