Return TopicEventResponse instead of null (#720)

This commit is contained in:
Luis Cantero 2021-07-22 03:53:59 +02:00 committed by GitHub
parent 16321d3cb7
commit 56ac2431b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ namespace GrpcServiceSample
}
}
return await Task.FromResult(default(TopicEventResponse));
return new TopicEventResponse();
}
/// <summary>