Skip to content

Commit

Permalink
Fixed merge issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Nov 17, 2023
1 parent 7741aa5 commit a06dca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Segment/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ public extension Configuration {
@discardableResult
func flushQueue(_ queue: DispatchQueue) -> Configuration {
values.flushQueue = queue
return self
}

@discardableResult
func userAgent(_ userAgent: String) -> Configuration {
Expand Down

0 comments on commit a06dca7

Please sign in to comment.