Skip to content

Commit

Permalink
Fix issue with channelcredentials type
Browse files Browse the repository at this point in the history
  • Loading branch information
gawsoftpl committed Feb 26, 2024
1 parent c43566e commit 3d9e999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GrpcReflection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class GrpcReflection {

constructor(
host: string,
credentials: grpc.ChannelCredentials,
credentials: any,
options: grpc.ChannelOptions = {},
version: string = "v1alpha"
) {
Expand Down

0 comments on commit 3d9e999

Please sign in to comment.