Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Dec 19, 2024
1 parent 2451bfa commit b9d082f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/IndiePitcherSwift/dtos.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit b9d082f

Please sign in to comment.