chore(force-patch): fix build errors after merge

This commit is contained in:
Andrew Welker
2025-03-05 10:36:35 -06:00
parent 64ef2a6a3e
commit fb9fbe829c
4 changed files with 3 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ namespace PepperDash.Core
/// <summary>
/// The current socket status of the client
/// </summary>
[JsonProperty("clinetStatus")]
[JsonProperty("clientStatus")]
[JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
SocketStatus ClientStatus { get; }
}