Created
February 25, 2015 08:55
-
-
Save tjanczuk/009453857edd96c87d3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return function (context, cb) { | |
cb(null, { | |
message: context.data.message, | |
has_secret: context.data.secret !== undefined | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment