Skip to content

Instantly share code, notes, and snippets.

@chankanzu
Created October 20, 2019 15:29
Show Gist options
  • Select an option

  • Save chankanzu/489725823fa6ac680ff36222ef62c4e6 to your computer and use it in GitHub Desktop.

Select an option

Save chankanzu/489725823fa6ac680ff36222ef62c4e6 to your computer and use it in GitHub Desktop.
var obj = JSON.parse($response.body);
obj.data.VIPExpire= "27/03/9999 00:00:00";
obj.data.isVIP= true;
$done({body: JSON.stringify(obj)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment