Last active
August 6, 2019 05:47
-
-
Save Fndroid/0c7cec516faf3f47c68f1472cdb09fcb to your computer and use it in GitHub Desktop.
This file contains 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
// var body = $response.body; | |
// console.log(body.slice(0, 20)) | |
let body = JSON.stringify({}) | |
// var obj = JSON.parse(body); | |
// obj['data'] = obj['data'].filter(c => c['type'] === 'common_card') | |
// body = JSON.stringify(obj); | |
11122 | |
$done(body); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment