Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 46a624c

Browse files
authored
Merge pull request #689 from github-for-unity/fixes/cache-invalidation-on-start
Calling CacheHasBeenInvalidated instead of RefreshCache
2 parents a0e1223 + 07c6d51 commit 46a624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Git/Repository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void Start()
9292
{
9393
foreach (var cacheType in cacheInvalidationRequests)
9494
{
95-
RefreshCache(cacheType);
95+
CacheHasBeenInvalidated(cacheType);
9696
}
9797
}
9898

0 commit comments

Comments
 (0)