Skip to content

Commit 6eabbe1

Browse files
committed
org name added in cache key
1 parent 9040afd commit 6eabbe1

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
@@ -357,7 +357,7 @@ function allIncluded(outputTarget = 'email') {
357357
}
358358

359359
async function fetchGithubData() {
360-
const cacheKey = `${githubUsername}-${startingDate}-${endingDate}`;
360+
const cacheKey = `${githubUsername}-${orgName}-${startingDate}-${endingDate}`;
361361

362362
if (githubCache.fetching || (githubCache.cacheKey === cacheKey && githubCache.data)) {
363363
log('Fetch already in progress or data already fetched. Skipping fetch.');

0 commit comments

Comments
 (0)