mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Update for Swift 5.2
This commit is contained in:
parent
96cb307e1a
commit
16a06f7535
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ public class SystemContactsFetcher: NSObject {
|
|||
|
||||
guard let contacts = fetchedContacts else {
|
||||
owsFailDebug("contacts was unexpectedly not set.")
|
||||
completion(nil)
|
||||
return completion(nil)
|
||||
}
|
||||
|
||||
Logger.info("fetched \(contacts.count) contacts.")
|
||||
|
|
Loading…
Reference in a new issue