We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae2415 commit 4c6e252Copy full SHA for 4c6e252
src/scripts/scrumHelper.js
@@ -528,7 +528,7 @@ ${userReason}`;
528
if (date < 10) date = '0' + date;
529
let dateCode = year.toString() + month.toString() + date.toString();
530
531
- const subject = `[Scrum] ${name} - ${project} - ${dateCode} `;
+ const subject = `[Scrum] ${name} - ${project} - ${dateCode}`;
532
log('Generated subject:', subject);
533
githubCache.subject = subject;
534
saveToStorage(githubCache.data, subject);
0 commit comments