Skip to content

Instantly share code, notes, and snippets.

@esouthren
Created April 25, 2019 14:17
Show Gist options
  • Save esouthren/f06a1ae05cae4fcbd1256c505ffd492f to your computer and use it in GitHub Desktop.
Save esouthren/f06a1ae05cae4fcbd1256c505ffd492f 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