From b9d082f1e7241ff974d1968a7f3c4f99187bb4e5 Mon Sep 17 00:00:00 2001 From: Petr Pavlik Date: Wed, 18 Dec 2024 20:34:12 -0400 Subject: [PATCH] fix --- Sources/IndiePitcherSwift/dtos.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/IndiePitcherSwift/dtos.swift b/Sources/IndiePitcherSwift/dtos.swift index 3dc0c37..cca382f 100644 --- a/Sources/IndiePitcherSwift/dtos.swift +++ b/Sources/IndiePitcherSwift/dtos.swift @@ -359,13 +359,13 @@ public struct SendEmailToMailingList: Codable, Sendable { /// /// Allow you to overwrite the project's global setting. /// - Default: `nil`- Uses the project's global setting. - var trackEmailOpens: Bool? + public var trackEmailOpens: Bool? /// Whether to track email opens. /// /// Allow you to overwrite the project's global setting. /// - Default: `nil`- Uses the project's global setting. - var trackEmailLinkClicks: Bool? + public var trackEmailLinkClicks: Bool? } /// Represents a mailing list contacts can subscribe to, such as `Monthly newsletter` or `Onboarding`.