Skip to content

Commit 158491b

Browse files
committed
fix(client): contacts were not serialising
1 parent 17d0723 commit 158491b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FormitizeAPI/API/Model/Client.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public string PrimaryAddress
4848
get; private set;
4949
}
5050

51+
[JsonProperty(PropertyName = "contact")]
5152
public List<Contact> ContactList;
5253

5354

0 commit comments

Comments
 (0)