org not user

This commit is contained in:
Haroon
2013-11-08 17:10:55 +00:00
parent 05b929d5d8
commit 0e34b454c8
+1 -1
View File
@@ -43,6 +43,6 @@ namespace Octokit
/// <summary>
/// who this team belongs to
/// </summary>
public User Organization { get; set; }
public Organization Organization { get; set; }
}
}