Skip to content

Commit

Permalink
SearchResult.Ts uses long instead of int as suggested by #179.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmclean committed Jul 21, 2017
1 parent 75d6c59 commit e22fc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mandrill/Models/SearchResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public class SearchResult
/// Gets or sets the ts.
/// </summary>
[JsonProperty("ts")]
public int Ts { get; set; }
public long Ts { get; set; }

/// <summary>
/// Gets or sets the open details.
Expand Down

0 comments on commit e22fc09

Please sign in to comment.