Skip to content

Commit

Permalink
Forgot one ProductField value that should be nullable.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregarican committed Dec 24, 2022
1 parent fe06c01 commit 2777d70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ProductField
public FieldType FieldType { get; set; }

[JsonProperty("add_time")]
public DateTime AddTime { get; set; }
public DateTime? AddTime { get; set; }

[JsonProperty("update_time")]
public DateTime? UpdateTime { get; set; }
Expand Down

0 comments on commit 2777d70

Please sign in to comment.