Closed luislobo closed 8 years ago
@mikermcneil your last commit broke the case when you first call sails.io.js with params, and it resends the request. Then, both data and params exist. I've added a delete for the data attribute.
Thanks @luislobo!
@mikermcneil No problem! You are welcome
If params are passed on the first call, once it resends the request both data and params exists. This fix removes data, so that it does not fail the validation