Skip to content

Commit

Permalink
Renaming CompletedDate on CompletedItem for v9 migration (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGirardDev authored Oct 10, 2022
1 parent d029461 commit fba0dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Todoist.Net/Models/CompletedItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class CompletedItem
/// <value>
/// The completed date.
/// </value>
[JsonProperty("completed_date")]
public DateTime CompletedDate { get; internal set; }
[JsonProperty("completed_at")]
public DateTime CompletedAt { get; internal set; }

/// <summary>
/// Gets the content.
Expand Down

0 comments on commit fba0dd5

Please sign in to comment.