Skip to content

Commit

Permalink
Make webConsents publicly accessibly
Browse files Browse the repository at this point in the history
  • Loading branch information
finnp authored Mar 28, 2024
1 parent eb31c3f commit 4d309c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConsentViewController/Classes/Consents/SPUserData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class SPConsent<ConsentType: Codable & Equatable & NSCopying>: NSObject,
/// - SeeAlso: `SPUSNatConsent`
public let usnat: SPConsent<SPUSNatConsent>?

var webConsents: SPWebConsents { SPWebConsents(
public var webConsents: SPWebConsents { SPWebConsents(
gdpr: .init(uuid: gdpr?.consents?.uuid, webConsentPayload: gdpr?.consents?.webConsentPayload),
ccpa: .init(uuid: ccpa?.consents?.uuid, webConsentPayload: ccpa?.consents?.webConsentPayload),
usnat: .init(uuid: usnat?.consents?.uuid, webConsentPayload: usnat?.consents?.webConsentPayload)
Expand Down

0 comments on commit 4d309c3

Please sign in to comment.