mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 04:56:29 +00:00
Remove this. prefixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
public GitDatabaseClient(IApiConnection apiConnection)
|
||||
: base(apiConnection)
|
||||
{
|
||||
this.Tag = new TagsClient(apiConnection);
|
||||
Tag = new TagsClient(apiConnection);
|
||||
}
|
||||
|
||||
public ITagsClient Tag { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user