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 9040afd commit 6eabbe1Copy full SHA for 6eabbe1
src/scripts/scrumHelper.js
@@ -357,7 +357,7 @@ function allIncluded(outputTarget = 'email') {
357
}
358
359
async function fetchGithubData() {
360
- const cacheKey = `${githubUsername}-${startingDate}-${endingDate}`;
+ const cacheKey = `${githubUsername}-${orgName}-${startingDate}-${endingDate}`;
361
362
if (githubCache.fetching || (githubCache.cacheKey === cacheKey && githubCache.data)) {
363
log('Fetch already in progress or data already fetched. Skipping fetch.');
0 commit comments