-
-
Save Akifcan/1de2a4a65dd657dea7b96d64e317a93f to your computer and use it in GitHub Desktop.
cuites-3
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
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