Skip to content

Commit

Permalink
Remove temp fix for #38
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jan 12, 2018
1 parent eb71dda commit 243d506
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,7 @@ function PubSub(options) {

this.api = {};
this.auth = googleAuth(this.options);
this.projectId =
this.options.projectId ||
process.env.GCLOUD_PROJECT ||
PROJECT_ID_PLACEHOLDER;
this.projectId = this.options.projectId || PROJECT_ID_PLACEHOLDER;

if (this.options.promise) {
this.Promise = this.options.promise;
Expand Down

0 comments on commit 243d506

Please sign in to comment.