Skip to content

Commit 76a9d89

Browse files
Make GraphQlClient public
1 parent 6149632 commit 76a9d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/Storage/RemoteStorage/GitHubStorage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ namespace Storage.Remote.GitHub
2121
/// </summary>
2222
public class GitHubStorage
2323
{
24-
ProductHeaderValue ProductInformation;
25-
Connection GraphQlClient;
24+
public ProductHeaderValue ProductInformation;
25+
public Connection GraphQlClient;
2626

2727
/// <summary>
2828
/// <para>

0 commit comments

Comments
 (0)