mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Clean up unneeded guard
This commit is contained in:
@@ -112,11 +112,6 @@ func enableJITSideJITServer(serverURL: URL, installedApp: InstalledApp, completi
|
||||
return
|
||||
}
|
||||
|
||||
guard serverURL.hasPrefix("http") else {
|
||||
completion(.failure(.invalidURL))
|
||||
return
|
||||
}
|
||||
|
||||
let serverURLWithUDID = serverURL.appendingPathComponent(udid)
|
||||
let fullURL = serverURLWithUDID.appendingPathComponent(installedApp.resignedBundleIdentifier)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user