Skip to content

Commit

Permalink
feat(GiniCaptureSDK): remove apiURL for AmplitudeService
Browse files Browse the repository at this point in the history
PP-649
  • Loading branch information
mrkulik committed Dec 13, 2024
1 parent dcd7db5 commit e84367d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ final class AmplitudeService {
private var backgroundTask: UIBackgroundTaskIdentifier = .invalid
private let maxRetryAttempts = 3
private let eventUploadInterval: TimeInterval = 5.0
private let apiURL = "https://api.eu.amplitude.com/batch"
private let queue = DispatchQueue(label: "com.amplitude.service.queue")
private var analyticsAPIService: AnalyticsServiceProtocol?

Expand Down

0 comments on commit e84367d

Please sign in to comment.