Skip to content

Commit

Permalink
missed one.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Oct 16, 2023
1 parent e3c79ba commit 7745104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Segment/Plugins/SegmentDestination.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public class SegmentDestination: DestinationPlugin, Subscriber {
self.eventCount = 0
self.cleanupUploads()

analytics.log(message: "Uploads in-progress: \(pendingUploads)")
analytics.log(message: "Uploads in-progress: \(self.pendingUploads)")

if self.pendingUploads == 0 {
for url in data {
Expand Down

0 comments on commit 7745104

Please sign in to comment.