mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +01:00
fix Function name
This commit is contained in:
@@ -61,7 +61,7 @@ final class EnableJITOperation<Context: EnableJITContext>: ResultOperation<Void>
|
|||||||
|
|
||||||
if sideJITenabled {
|
if sideJITenabled {
|
||||||
installedApp.managedObjectContext?.perform {
|
installedApp.managedObjectContext?.perform {
|
||||||
EnableJITSideJITServer(serverurl: URL(string: SideJITIP)!, installedapp: installedApp) { result in
|
enableJITSideJITServer(serverurl: URL(string: SideJITIP)!, installedapp: installedApp) { result in
|
||||||
switch result {
|
switch result {
|
||||||
case .failure(let error):
|
case .failure(let error):
|
||||||
switch error {
|
switch error {
|
||||||
@@ -82,7 +82,7 @@ final class EnableJITOperation<Context: EnableJITContext>: ResultOperation<Void>
|
|||||||
}
|
}
|
||||||
case .success():
|
case .success():
|
||||||
self.finish(.success(()))
|
self.finish(.success(()))
|
||||||
print("JIT Enabled Successfully :3 (code made by stossy11)")
|
print("JIT Enabled Successfully :3 (code made by Stossy11!)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user