Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed May 23, 2024
1 parent 80a9d48 commit 5c466d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/DataPipeline/CustomerIO+Segment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public extension CustomerIO {
DataPipeline.shared.analytics.userId
}

/// Tells this instance of Analytics to flush any queued events up to Segment.com. This command will also
/// Tells this instance of CustomerIO to flush any queued events. This command will also
/// be sent to each plugin present in the system. A completion handler can be optionally given and will be
/// called when flush has completed.
func flush(completion: (() -> Void)? = nil) {
Expand All @@ -35,7 +35,7 @@ public extension CustomerIO {
}

public extension CustomerIO {
/// Determine if there are any events that have yet to be sent to Segment
/// Determine if there are any events that have yet to be sent
var hasUnsentEvents: Bool {
DataPipeline.shared.analytics.hasUnsentEvents
}
Expand Down

0 comments on commit 5c466d3

Please sign in to comment.