Skip to content

Instantly share code, notes, and snippets.

@Akifcan
Last active March 22, 2021 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akifcan/1de2a4a65dd657dea7b96d64e317a93f to your computer and use it in GitHub Desktop.
Save Akifcan/1de2a4a65dd657dea7b96d64e317a93f to your computer and use it in GitHub Desktop.
cuites-3
exports = function(payload, response) {
const body = EJSON.parse(payload.body.text());
console.log(body.another)
return body;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment