We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c405958 commit 204aefcCopy full SHA for 204aefc
Coder-Desktop/VPNLib/Download.swift
@@ -135,7 +135,7 @@ public func download(
135
src: src,
136
dest: dest,
137
urlSession: urlSession,
138
- progressUpdates: progressUpdates.flatMap { throttle(interval: .milliseconds(10), $0) },
+ progressUpdates: progressUpdates.flatMap { throttle(interval: .milliseconds(10), $0) }
139
)
140
}
141
0 commit comments