remove actionresults from response due to inconsistent behaviour

This commit is contained in:
2013-09-19 11:47:57 +02:00
parent 76af7fec0e
commit e9699caf4e
+2 -2
View File
@@ -15,7 +15,7 @@ namespace PocketSharp.Models
/// <value>
/// The action results.
/// </value>
[JsonProperty("action_results")]
public bool[] ActionResults { get; set; }
//[JsonProperty("action_results")]
//public bool[] ActionResults { get; set; }
}
}