Skip to content

Commit

Permalink
fix(discovery v1): Apply manual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mediumTaj committed Jan 16, 2019
1 parent 06b28e7 commit 084a30c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class QueryNoticesResponse : BaseModel
/// Gets or Sets Results
/// </summary>
[JsonProperty("results", NullValueHandling = NullValueHandling.Ignore)]
public List<QueryNoticesResult> Results { get; set; }
public List<dynamic> Results { get; set; }
/// <summary>
/// Gets or Sets Aggregations
/// </summary>
Expand Down

0 comments on commit 084a30c

Please sign in to comment.