what even is null

This commit is contained in:
shiftkey
2014-09-29 08:44:21 +10:00
parent fb03526082
commit 7b14bc005d
+1 -1
View File
@@ -105,7 +105,7 @@ namespace Octokit
/// <summary>
/// Whether or not the pull request can be merged.
/// </summary>
public bool Mergeable { get; set; }
public bool? Mergeable { get; set; }
/// <summary>
/// The user who merged the pull request.