Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a1a233e

Browse files
committed
Take CA's advice.
And use `IRepositoryModel` instead of `ILocalRepositoryModel`.
1 parent b7599a5 commit a1a233e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Exports/Extensions/ConnectionManagerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static async Task<IConnection> GetFirstLoggedInConnection(this IConnectio
3434
return connections.FirstOrDefault(x => x.IsLoggedIn);
3535
}
3636

37-
public static Task<IConnection> GetConnection(this IConnectionManager cm, ILocalRepositoryModel repository)
37+
public static Task<IConnection> GetConnection(this IConnectionManager cm, IRepositoryModel repository)
3838
{
3939
if (repository?.CloneUrl != null)
4040
{

0 commit comments

Comments
 (0)