Skip to content

Commit d8a8c81

Browse files
AVaksmanJustinBeckwith
authored andcommitted
fix(typescript): grpc->@grpc-js (#446)
1 parent 32b6311 commit d8a8c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/datastore_client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

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

2121
declare class DatastoreClient {

0 commit comments

Comments
 (0)