Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mashbourne committed Mar 14, 2017
1 parent c49d475 commit 82a3997
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/platforms/github/GitHubAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ export class GitHubAPI {
if (this.token !== undefined) {
headers["Authorization"] = `token ${this.token}`
}

const baseUrl = process.env["DANGER_GITHUB_API_BASE_URL"] || "https://api.github.com"

return this.fetch(`${baseUrl}/${path}`, {
method: method,
body: body,
Expand Down

0 comments on commit 82a3997

Please sign in to comment.