Skip to content

Commit 3659854

Browse files
committed
fix: change segment event name
1 parent 343ef3a commit 3659854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SegmentConsent/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
internal struct Constants {
11-
static let eventSegmentConsentPreference = "Segment Consent Preference"
11+
static let eventSegmentConsentPreference = "Segment Consent Preference Updated"
1212
static let consentSettingsKey = "consentSettings"
1313
static let consentKey = "consent"
1414
static let categoryPreferenceKey = "categoryPreferences"

0 commit comments

Comments
 (0)