include missing return

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent fee47efbea
commit 3040c4a341

@ -65,6 +65,7 @@ class SystemContactsFetcher: NSObject {
DispatchQueue.main.async {
completion?(error)
}
return
}
guard granted else {

Loading…
Cancel
Save