Skip to content

Commit

Permalink
Merge pull request #983 from esilkensen/grpc-native-core-typo
Browse files Browse the repository at this point in the history
Fix typo in makeServerStreamRequest return type (grpc-native-core)
  • Loading branch information
murgatroid99 committed Aug 6, 2019
2 parents 58911b1 + 81c579d commit d2d6606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-native-core/index.d.ts
Expand Up @@ -1131,7 +1131,7 @@ declare module "grpc" {
argument: RequestType,
metadata?: Metadata | null,
options?: CallOptions | null,
): ClientReadableStream<RequestType>;
): ClientReadableStream<ResponseType>;

/**
* Make a bidirectional stream request with this method on the given channel.
Expand Down

0 comments on commit d2d6606

Please sign in to comment.