Merge pull request #2589 from rsnullptr/patch-1

Update server-call.ts
This commit is contained in:
Michael Lumish 2023-09-29 10:58:48 -07:00 committed by GitHub
commit 1b1903cace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ export class Http2ServerCallStream<
return metadata;
}
receiveUnaryMessage(encoding: string): Promise<RequestType | void> {
receiveUnaryMessage(encoding: string): Promise<RequestType> {
return new Promise((resolve, reject) => {
const { stream } = this;