Skip to content

Commit b9d082f

Browse files
committed
fix
1 parent 2451bfa commit b9d082f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/IndiePitcherSwift/dtos.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,13 @@ public struct SendEmailToMailingList: Codable, Sendable {
359359
///
360360
/// Allow you to overwrite the project's global setting.
361361
/// - Default: `nil`- Uses the project's global setting.
362-
var trackEmailOpens: Bool?
362+
public var trackEmailOpens: Bool?
363363

364364
/// Whether to track email opens.
365365
///
366366
/// Allow you to overwrite the project's global setting.
367367
/// - Default: `nil`- Uses the project's global setting.
368-
var trackEmailLinkClicks: Bool?
368+
public var trackEmailLinkClicks: Bool?
369369
}
370370

371371
/// Represents a mailing list contacts can subscribe to, such as `Monthly newsletter` or `Onboarding`.

0 commit comments

Comments
 (0)