Skip to content

Commit fee7f5d

Browse files
authored
Update installApp.swift
1 parent d98e100 commit fee7f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/prostore/install/installApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public func installApp(from ipaURL: URL) async throws
128128
continuation.onTermination = { @Sendable _ in
129129
print("Install stream terminated — cleaning up.")
130130
cancellables.removeAll()
131-
HeartbeatManager.shared.stop()
132131
// cancel the installation task if still running
133132
installTask?.cancel()
134133
}
@@ -202,3 +201,4 @@ public func installApp(from ipaURL: URL) async throws
202201
}
203202
}
204203
}
204+

0 commit comments

Comments
 (0)