Skip to content

Commit 929e82a

Browse files
authored
Made userInfo properties public. (#404)
1 parent bd37869 commit 929e82a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/Segment/State.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ struct System: State {
167167
// MARK: - User information
168168

169169
public struct UserInfo: Codable, State {
170-
let anonymousId: String
171-
let userId: String?
172-
let traits: JSON
173-
let referrer: URL?
170+
public let anonymousId: String
171+
public let userId: String?
172+
public let traits: JSON
173+
public let referrer: URL?
174174

175175
@Noncodable var anonIdGenerator: AnonymousIdGenerator?
176176
}

0 commit comments

Comments
 (0)