Przeglądaj źródła

Revert unintended change

Jonas Björkert 2 lat temu
rodzic
commit
4c4767977e
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      LoopFollow/helpers/GitHubService.swift

+ 0 - 1
LoopFollow/helpers/GitHubService.swift

@@ -18,7 +18,6 @@ class GitHubService {
             case .versionConfig:
                 return "https://raw.githubusercontent.com/loopandlearn/LoopFollow/main/Config.xcconfig"
             case .blacklistedVersions:
-                return "https://raw.githubusercontent.com/bjorkert/LoopFollow/Main/blacklisted-versions.json"
                 return "https://raw.githubusercontent.com/loopandlearn/LoopFollow/main/blacklisted-versions.json"
             }
         }