Skip to content

Commit

Permalink
SLVS-1469 Fix typo in json model (#5707)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriela-trutan-sonarsource committed Sep 27, 2024
1 parent 500d16a commit 42e2a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectedMode/Persistence/ServerConnectionJsonModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public record ServerConnectionJsonModel
[JsonProperty("id")]
public string Id { get; set; }

[JsonProperty("setting")]
[JsonProperty("settings")]
public ServerConnectionSettings Settings { get; set; }

[JsonProperty("organizationKey")]
Expand Down

0 comments on commit 42e2a18

Please sign in to comment.