Skip to content

Instantly share code, notes, and snippets.

@tjanczuk
Created March 3, 2015 21:46
Show Gist options
  • Save tjanczuk/d2357e7860d9103cec16 to your computer and use it in GitHub Desktop.
Save tjanczuk/d2357e7860d9103cec16 to your computer and use it in GitHub Desktop.
return function (context, cb) {
cb(null, "Hello, " + context.data.name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment