From 3d9e9999d296aadc7f3baef5aa87a48585ed8b35 Mon Sep 17 00:00:00 2001 From: Pitos Date: Mon, 26 Feb 2024 11:53:01 +0100 Subject: [PATCH] Fix issue with channelcredentials type --- src/GrpcReflection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GrpcReflection.ts b/src/GrpcReflection.ts index b163e22..1a992c7 100644 --- a/src/GrpcReflection.ts +++ b/src/GrpcReflection.ts @@ -22,7 +22,7 @@ export class GrpcReflection { constructor( host: string, - credentials: grpc.ChannelCredentials, + credentials: any, options: grpc.ChannelOptions = {}, version: string = "v1alpha" ) {