Skip to content

Instantly share code, notes, and snippets.

@esouthren
Last active April 26, 2019 19:48
Show Gist options
  • Save esouthren/945050c237bfe6373b6b09ebf6c07844 to your computer and use it in GitHub Desktop.
Save esouthren/945050c237bfe6373b6b09ebf6c07844 to your computer and use it in GitHub Desktop.
transposit.runOperation('get_a_commit', {owner: user, repo: repo}).then((response) => {
if (response.status !== "SUCCESS") {
console.log(response);
throw response;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment