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 f075fdc commit e3279d3Copy full SHA for e3279d3
FirebaseStorage/Sources/StorageUploadTask.swift
@@ -53,7 +53,7 @@ import FirebaseStorageInternal
53
* Pauses a task currently in progress.
54
*/
55
@objc open func resume() {
56
- (impl as! FIRIMPLStorageDownloadTask).resume()
+ (impl as! FIRIMPLStorageUploadTask).resume()
57
}
58
59
internal init(_ impl: FIRIMPLStorageUploadTask) {
0 commit comments