FetchTrustedSourcesOperation: Remove redundant if statement

This commit is contained in:
naturecodevoid
2023-02-18 20:25:58 -08:00
parent 684c9e08eb
commit df1a662acc

View File

@@ -10,11 +10,7 @@ import Foundation
private extension URL
{
#if STAGING
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