Skip to content

Instantly share code, notes, and snippets.

@TRahulSam1997
Created November 17, 2020 03:13
Show Gist options
  • Save TRahulSam1997/42ec5b51227fbf72f2c8b7bd06e1fdc3 to your computer and use it in GitHub Desktop.
Save TRahulSam1997/42ec5b51227fbf72f2c8b7bd06e1fdc3 to your computer and use it in GitHub Desktop.
function getXGithubDelivery(header) {
return commitURL = delve(header, 'x-github-delivery');
}
function getXGithubEvent(header) {
return commitURL = delve(header, 'x-github-event');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment