Skip to content

Commit

Permalink
fix: deserialize controller list
Browse files Browse the repository at this point in the history
  • Loading branch information
xfoxfu committed Sep 22, 2024
1 parent a30aabf commit fcb8ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Net.Vatprc.Uniapi/Services/VatsimData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,5 @@ public class Role
public string Name { get; set; }

[JsonPropertyName("expires")]
public DateTimeOffset? Expires { get; set; }
public string? Expires { get; set; }
}

0 comments on commit fcb8ede

Please sign in to comment.