mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
Added readonly to fields that are never modified (#2759)
Co-authored-by: Lehonti Ramos <john@doe> Co-authored-by: Keegan Campbell <me@kfcampbell.com>
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
public class ObservableGitHubAppsClient : IObservableGitHubAppsClient
|
||||
{
|
||||
private IGitHubAppsClient _client;
|
||||
private readonly IGitHubAppsClient _client;
|
||||
private readonly IConnection _connection;
|
||||
|
||||
public ObservableGitHubAppsClient(IGitHubClient client)
|
||||
|
||||
Reference in New Issue
Block a user