Skip to content

Commit f6a045f

Browse files
authored
Merge pull request #1 from segment-integrations/acharles/update-event
fix: change segment event name
2 parents 343ef3a + 3659854 commit f6a045f

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)