Skip to content

Commit 3d9e999

Browse files
committed
Fix issue with channelcredentials type
1 parent c43566e commit 3d9e999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GrpcReflection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class GrpcReflection {
2222

2323
constructor(
2424
host: string,
25-
credentials: grpc.ChannelCredentials,
25+
credentials: any,
2626
options: grpc.ChannelOptions = {},
2727
version: string = "v1alpha"
2828
) {

0 commit comments

Comments
 (0)