-
Notifications
You must be signed in to change notification settings - Fork 3
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
codepush_logout_action.rb: wrong number of arguments (given 1, expected 0) #6
Comments
@spsaucier-bakkt
also docs: |
Confirming I am also able to reproduce this behavior. Not passing any args, just calling I can see there's no arg: fastlane-plugin-codepush/lib/fastlane/plugin/codepush/helper/codepush_login_helper.rb Line 20 in d35928c
But the error persists. Also circumvented by just using |
When calling
codepush_logout
(with no arguments), I get the following error:For now, I've removed this call, as it doesn't seem necessary to the flow for most actions.
The text was updated successfully, but these errors were encountered: