Skip to content

Commit 2a36985

Browse files
authored
fix: screen event needs to be setup properly (#93)
The screen call would be calling to the wrong process method so that the event would not be set up correctly.
1 parent e3225f5 commit 2a36985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Segment/Events.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ extension Analytics {
188188
exceptionFailure("Could not parse properties.")
189189
}
190190
}
191-
process(event: event)
191+
process(incomingEvent: event)
192192
}
193193

194194
/// Associate a user with a group such as a company, organization, project, etc.

0 commit comments

Comments
 (0)