This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
Uniqueness of custom fields is not enforced when updating a subscriber #43
Labels
Breaking Change
This change causes backward compatibility issue(s)
Milestone
The
customFields
parameter is declared asIEnumerable<KeyValuePair<string, object>>
but it should beIDictionary<string, object>
The text was updated successfully, but these errors were encountered: