Skip to content

Commit

Permalink
Change timeout from var to let
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jan 30, 2024
1 parent 7fe3cf0 commit 7006e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Snowplow/Network/DefaultNetworkConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class DefaultNetworkConnection: NSObject, NetworkConnection {
private var dataOperationQueue = OperationQueue()

/// Custom timeout for the requests
private var timeout: TimeInterval
private let timeout: TimeInterval

private var protocolClasses: [AnyClass]?
private var _urlSession: URLSession?
Expand Down

0 comments on commit 7006e37

Please sign in to comment.