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
When calling a request method and passing undefined for the request options as the second parameter
fs.get(url,options,function(){});
Then an unhelpful error is thrown from inside the SDK because the SDK assumes that the options object exists and is an object when three parameters are present on the method. It should either default to an empty options object or throw a helpful error.
The text was updated successfully, but these errors were encountered:
When calling a request method and passing
undefined
for the request options as the second parameterThen an unhelpful error is thrown from inside the SDK because the SDK assumes that the options object exists and is an object when three parameters are present on the method. It should either default to an empty options object or throw a helpful error.
The text was updated successfully, but these errors were encountered: