bugfix: setter removed

This commit is contained in:
Brendan Forster
2015-09-10 14:17:45 +09:30
parent ffa8421b35
commit 23735d61e2
+1 -1
View File
@@ -110,7 +110,7 @@ namespace Octokit
{
Limit = this.Limit,
Remaining = this.Remaining,
ResetAsUtcEpochSeconds = this.ResetAsUtcEpochSeconds
Reset = this.Reset
};
}