mirror of https://github.com/dapr/dotnet-sdk.git
Return TopicEventResponse instead of null (#720)
This commit is contained in:
parent
16321d3cb7
commit
56ac2431b0
|
|
@ -116,7 +116,7 @@ namespace GrpcServiceSample
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return await Task.FromResult(default(TopicEventResponse));
|
return new TopicEventResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue