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 26eaa88 commit cbcd75cCopy full SHA for cbcd75c
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