Skip to content

Commit

Permalink
Fix Json property name format
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoRaggi committed Mar 24, 2020
1 parent 6aae539 commit 9f75dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Packets/Controls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class Controls
/// <summary>
/// Gets list of streaming data permissions
/// </summary>
[JsonProperty(PropertyName = "StreamingDataPermissions")]
[JsonProperty(PropertyName = "streamingDataPermissions")]
public HashSet<string> StreamingDataPermissions;

/// <summary>
Expand Down

0 comments on commit 9f75dbc

Please sign in to comment.