Closed node-gs closed 5 years ago
Since that defaultExecute
function is the reference implementation of an execute function, I left the fourth arg there as a form of documentation that the function gets passed four args, and that the fourth arg is redux dispatch
. I agree that it's not used and is therefore unnecessary in that default implementation, but since it makes the code easier to read and understand I think I'll keep it there unless it's causing people problems.
Is there a reason why this has been left in?