Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in function name #18

Closed
DevulderJeanPaul opened this issue Feb 22, 2020 · 1 comment
Closed

Error in function name #18

DevulderJeanPaul opened this issue Feb 22, 2020 · 1 comment

Comments

@DevulderJeanPaul
Copy link

public func fetchContactsInGorup(Group group: CNGroup, completionHandler: @escaping (_ result: Result<[CNContact], Error>)
public func fetchContactsInGorup2(Group group: CNGroup, completionHandler: @escaping (_ result: Result<[CNContact], Error>)

Correct name need to be fetchContactsInGroup
Correct name need to be fetchContactsInGroup2 i think

@satishbabariya
Copy link
Collaborator

@SwiftAppx can you elaborate the issue. because both fetchContactsInGroup and fetchContactsInGroup2 are for the same functionality with different implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants