Skip to content

Instantly share code, notes, and snippets.

@suryadutta
Last active December 11, 2017 22:07
Show Gist options
  • Save suryadutta/9b989d2951d1976b91b31bee8e46b688 to your computer and use it in GitHub Desktop.
Save suryadutta/9b989d2951d1976b91b31bee8e46b688 to your computer and use it in GitHub Desktop.
Async series
async.series({
function(callback) {
//add function here
callback();
},
}, function(err, results) {
response.redirect('');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment