Skip to content

Commit f3a6c64

Browse files
committed
Call correct method
1 parent 42c9b09 commit f3a6c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MuxUploadSDK/PublicAPI/MuxUpload.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ public final class MuxUpload : Hashable, Equatable {
665665
InternalUploaderDelegate { [self] state in handleStateUpdate(state) }
666666
)
667667
fileWorker.start(duration: duration)
668-
uploadManager.registerUploader(fileWorker, withId: id)
668+
uploadManager.registerUpload(self)
669669
self.fileWorker = fileWorker
670670
let transportStatus = TransportStatus(
671671
progress: fileWorker.currentState.progress ?? Progress(),

0 commit comments

Comments
 (0)