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

Commit 532bfe0

Browse files
committed
We should call the same method that the event handler does
1 parent 5388c25 commit 532bfe0

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
@@ -411,7 +411,7 @@ public void Initialize(IGitClient client)
411411
if (needsRefresh)
412412
{
413413
needsRefresh = false;
414-
UpdateUserAndEmail();
414+
GitUserCacheOnCacheInvalidated();
415415
}
416416
}
417417

0 commit comments

Comments
 (0)