Skip to content

Commit

Permalink
Fixed deserialization error
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-bezuhlyi committed Jun 26, 2024
1 parent df1f3ce commit 3f08eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps.XtrfCustomerPortal/Models/Dtos/ProjectDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class ProjectDto

public bool ProjectConfirmationAvailable { get; set; }

public DateTime? ActualDeliveryDate { get; set; }
public DateDto? ActualDeliveryDate { get; set; }

public bool HasInputWorkfiles { get; set; }

Expand Down

0 comments on commit 3f08eba

Please sign in to comment.