mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 22:49:10 +00:00
Fix wrong return in loadProfiles()
This commit is contained in:
parent
8d3c2fb209
commit
cb2917a0a8
@ -187,7 +187,7 @@ public class ConnectionService: Codable {
|
||||
// log.debug("Found \(files.count) provider files: \(files)")
|
||||
for entry in files {
|
||||
guard let id = ConnectionService.profileId(fromURL: entry) else {
|
||||
return
|
||||
continue
|
||||
}
|
||||
let key = ProfileKey(.provider, id)
|
||||
cache[key] = PlaceholderConnectionProfile(key)
|
||||
|
Loading…
Reference in New Issue
Block a user