mirror of
https://github.com/kean/Pulse.git
synced 2026-04-30 21:02:27 +00:00
Add missing parameter in convenience init of URLSessionProxy
This commit is contained in:
@@ -28,7 +28,7 @@ public final class URLSessionProxy: URLSessionProtocol, @unchecked Sendable {
|
||||
logger: NetworkLogger? = nil,
|
||||
options: Options = .init()
|
||||
) {
|
||||
self.init(configuration: configuration, delegate: nil, delegateQueue: nil, options: options)
|
||||
self.init(configuration: configuration, delegate: nil, delegateQueue: nil, logger: logger, options: options)
|
||||
}
|
||||
|
||||
/// - parameter logger: A custom logger to use instead of ``NetworkLogger/shared``.
|
||||
|
||||
Reference in New Issue
Block a user