You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several core functions in RokuDeploy take multiple arguments. We've been aligning on a single options object for many of our calls, so we should do another pass to ensure that mutli-argument functions are only multi-argument when absolutely necessary.
One example (not exclusive): retrieveSignedPackage takes 2 arguments
Several core functions in
RokuDeploy
take multiple arguments. We've been aligning on a single options object for many of our calls, so we should do another pass to ensure that mutli-argument functions are only multi-argument when absolutely necessary.One example (not exclusive):
retrieveSignedPackage
takes 2 argumentsbut should be:
The text was updated successfully, but these errors were encountered: