Skip to content

Instantly share code, notes, and snippets.

@Fndroid
Last active August 6, 2019 05:47
Show Gist options
  • Save Fndroid/0c7cec516faf3f47c68f1472cdb09fcb to your computer and use it in GitHub Desktop.
Save Fndroid/0c7cec516faf3f47c68f1472cdb09fcb to your computer and use it in GitHub Desktop.
// 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