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

misspelled function #113

Closed
perbrondum opened this issue Mar 28, 2020 · 2 comments
Closed

misspelled function #113

perbrondum opened this issue Mar 28, 2020 · 2 comments
Assignees

Comments

@perbrondum
Copy link

let pub: AnyPublisher<Void, Error> = salesforce.logout()
should be
let pub: AnyPublisher<Void, Error> = salesforce.logOut()

@mike4aday mike4aday self-assigned this Mar 29, 2020
@mike4aday
Copy link
Owner

Thanks @perbrondum - I'll take care of this soon.

@mike4aday
Copy link
Owner

Fixed in version 8.0.1 (pull request #122).
Thank you @perbrondum

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

No branches or pull requests

2 participants