Skip to content

Instantly share code, notes, and snippets.

@tjanczuk
Last active August 29, 2015 14:16
Show Gist options
  • Save tjanczuk/babd8592eb7ad8bd39a6 to your computer and use it in GitHub Desktop.
Save tjanczuk/babd8592eb7ad8bd39a6 to your computer and use it in GitHub Desktop.
return function (context, cb) {
cb(null, "Hello, " + context.data.name + ", your secret is " + context.data.secret);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment