Skip to content

Commit fe08f76

Browse files
committed
var name
Signed-off-by: Vedansh Saini <[email protected]>
1 parent 84e0c48 commit fe08f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/scrumHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ ${userReason}`;
12771277
if (isDraft) {
12781278

12791279
li = `<li><i>(${project})</i> - Made PR (#${number}) - <a href='${html_url}'>${title}</a>${showOpenLabel ? ' ' + pr_draft_button : ''}`;
1280-
if (showCommits && item._allCommits && item._allCommits.length && !isNewPR && token) {
1280+
if (showCommits && item._allCommits && item._allCommits.length && !isNewPR && githubToken) {
12811281
log(`[PR DEBUG] Rendering commits for existing draft PR #${number}:`, item._allCommits);
12821282
li += '<ul>';
12831283
item._allCommits.forEach(commit => {

0 commit comments

Comments
 (0)