Skip to content

Commit

Permalink
Adjust data model for echo api call
Browse files Browse the repository at this point in the history
to match an update coming from echo
  • Loading branch information
tsundvoll committed Sep 26, 2024
1 parent 3fa99e6 commit 33b5350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/api/Services/MissionLoaders/EchoMissionResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public class EchoMissionResponse
[JsonPropertyName("createdAt")]
public string CreatedAt { get; set; }

[JsonPropertyName("lastModified")]
public string LastModified { get; set; }
[JsonPropertyName("lastModifiedAt")]
public string LastModifiedAt { get; set; }

[JsonPropertyName("inspectionDate")]
public string InspectionDate { get; set; }
Expand Down

0 comments on commit 33b5350

Please sign in to comment.