Skip to content

Commit

Permalink
fix(typescript): grpc->@grpc-js (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
AVaksman authored and JustinBeckwith committed Jun 26, 2019
1 parent 32b6311 commit d8a8c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/datastore_client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

import {CallOptions, GrpcClientOptions} from 'google-gax';
import {ServiceError} from 'grpc';
import {ServiceError} from '@grpc/grpc-js';
import {common as protobuf} from 'protobufjs';

declare class DatastoreClient {
Expand Down

0 comments on commit d8a8c81

Please sign in to comment.