Skip to content

Commit

Permalink
fix: rename the projectId to project in the TS definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb committed Apr 16, 2019
1 parent 1fd402e commit b98b77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ interface Options {
*
* This variable is datastore project Id. If it is empty, GCLOUD_PROJECT environment variable will be used. Either you should set it directly or the environment variable should be set.
*/
projectId?: string;
project?: string;

/**
* Default: false
Expand Down

0 comments on commit b98b77c

Please sign in to comment.