Skip to content

Commit 2791977

Browse files
committed
removed false from subject
Signed-off-by: Vedansh Saini <[email protected]>
1 parent e3cee1a commit 2791977

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
@@ -526,7 +526,7 @@ ${userReason}`;
526526
if (date < 10) date = '0' + date;
527527
let dateCode = year.toString() + month.toString() + date.toString();
528528

529-
const subject = `[Scrum] ${name} - ${project} - ${dateCode} - False`;
529+
const subject = `[Scrum] ${name} - ${project} - ${dateCode} `;
530530
log('Generated subject:', subject);
531531
githubCache.subject = subject;
532532
saveToStorage(githubCache.data, subject);

0 commit comments

Comments
 (0)