Skip to content

Commit

Permalink
Fix typo in bankdata model
Browse files Browse the repository at this point in the history
  • Loading branch information
larsolavk committed Dec 19, 2024
1 parent b592a8b commit 6155974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class BankCustomerRelation
[JsonPropertyName("name")] public string? Name { get; set; }
[JsonPropertyName("url")] public object? Url { get; set; }
[JsonPropertyName("version")] public string? Version { get; set; }
[JsonPropertyName("dnv")] public string? Dnv { get; set; }
[JsonPropertyName("env")] public string? Env { get; set; }
}


Expand Down

0 comments on commit 6155974

Please sign in to comment.