Skip to content

Commit

Permalink
Fixed UserEntities deserialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMayo committed Apr 28, 2020
1 parent 8bcd8ab commit 7d16e20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public UserEntities(JsonData entities)
/// <summary>
/// Url entities in the description
/// </summary>
[JsonProperty("url")]
[JsonProperty("description")]
public Entities Description { get; set; }
}
}

0 comments on commit 7d16e20

Please sign in to comment.