mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
More integration tests for Issues and Milestones
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Octokit
|
||||
{
|
||||
public class NotificationsClient : ApiClient, INotificationsClient
|
||||
{
|
||||
public NotificationsClient(IApiConnection client) : base(client)
|
||||
public NotificationsClient(IApiConnection apiConnection) : base(apiConnection)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user