Skip to content

Commit fdeb3da

Browse files
committed
Add Sendable conformance to impression params
1 parent caf32cb commit fdeb3da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Paywalls/Events/CustomPaywallEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extension CustomPaywallEvent {
7878

7979
/// Parameters for tracking a custom paywall impression event.
8080
@_spi(Experimental) @objc(RCCustomPaywallImpressionParams)
81-
public final class CustomPaywallImpressionParams: NSObject {
81+
public final class CustomPaywallImpressionParams: NSObject, Sendable {
8282

8383
/// An optional identifier for the custom paywall being shown.
8484
@objc public let paywallId: String?

0 commit comments

Comments
 (0)