mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +01:00
FetchTrustedSourcesOperation: Remove redundant if statement
This commit is contained in:
@@ -10,11 +10,7 @@ import Foundation
|
|||||||
|
|
||||||
private extension URL
|
private extension URL
|
||||||
{
|
{
|
||||||
#if STAGING
|
|
||||||
static let trustedSources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/trustedapps.json")!
|
static let trustedSources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/trustedapps.json")!
|
||||||
#else
|
|
||||||
static let trustedSources = URL(string: "https://raw.githubusercontent.com/SideStore/SideStore/develop/trustedapps.json")!
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
extension FetchTrustedSourcesOperation
|
extension FetchTrustedSourcesOperation
|
||||||
|
|||||||
Reference in New Issue
Block a user