Skip to content

Commit 18ca377

Browse files
committed
Fix build
1 parent 3e88746 commit 18ca377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grpc/JsonTranscoding/src/Shared/Server/UnaryServerMethodInvoker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private async Task<TResponse> AwaitInvoker(Task<TResponse> invokerTask, GrpcActi
159159
}
160160
}
161161

162-
private async Task<TResponse> AwaitServiceReleaseAndThrow(ValueTask releaseTask, ExceptionDispatchInfo ex)
162+
private static async Task<TResponse> AwaitServiceReleaseAndThrow(ValueTask releaseTask, ExceptionDispatchInfo ex)
163163
{
164164
await releaseTask;
165165
ex.Throw();

0 commit comments

Comments
 (0)