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

Commit 9bcd18e

Browse files
The User object should not immediately force an update of user data
1 parent caf6dcc commit 9bcd18e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.Api/Git/Repository.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ public void Initialize(IGitClient client)
607607
Logger.Trace("Initialize");
608608

609609
gitClient = client;
610-
UpdateUserAndEmail();
611610
}
612611

613612
public void SetNameAndEmail(string name, string email)

0 commit comments

Comments
 (0)