Skip to content

Commit

Permalink
chore: rename Timelines to Timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HunorTotBagi committed Feb 10, 2025
1 parent c418637 commit f101cf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public class NodeDto(
TimelineBaseDto timeline) : NodeBaseDto(id, title, description, timestamp, importance, phase, categories, tags)
{
[JsonPropertyName("reminders")] public List<ReminderBaseDto> Reminders { get; } = [];
[JsonPropertyName("timelines")] public TimelineBaseDto Timelines { get; set; } = timeline;
[JsonPropertyName("timelines")] public TimelineBaseDto Timeline { get; set; } = timeline;
}

0 comments on commit f101cf2

Please sign in to comment.