Skip to content

Commit 168c255

Browse files
authored
Fix type in ContactObject: opted_out_subscription_tyes (#380)
types was mispelt.
1 parent 6c73a4e commit 168c255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/contact/contact.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface ContactObject {
4646
notes: AddressableList;
4747
companies: AddressableList;
4848
opted_in_subscription_types: AddressableList;
49-
opted_out_subscription_tyes: AddressableList;
49+
opted_out_subscription_types: AddressableList;
5050
referrer: string;
5151
utm_campaign: string | null;
5252
utm_content: string | null;

0 commit comments

Comments
 (0)