fix compilation issue after recent merge

This commit is contained in:
mahee96
2026-02-25 03:00:34 +05:30
parent 4e4f0f6a3f
commit f91e0a6295

View File

@@ -59,8 +59,8 @@ final class SendAppOperation: ResultOperation<()>
}
do {
let bytes = Data(data)
try yeetAppAFC(app.bundleIdentifier, bytes)
let bytes = Data(data)
try yeetAppAFC(bundleIdentifier, bytes)
self.progress.completedUnitCount += 1
self.finish(.success(()))
} catch {