Skip to content

Instantly share code, notes, and snippets.

@UsamaAshraf
Created November 4, 2018 12:21
Show Gist options
  • Save UsamaAshraf/5610cdb9f3544ec065e5327dea975e33 to your computer and use it in GitHub Desktop.
Save UsamaAshraf/5610cdb9f3544ec065e5327dea975e33 to your computer and use it in GitHub Desktop.
module.exports = (user) => {
setImmediate(() => {
// Send a welcome email or whatever.
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment