Fix chats service - lowercase response object

This commit is contained in:
Ben Toogood
2021-01-27 12:13:57 +00:00
parent 6cc969e541
commit c43ff6a7e4
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ message CreateChatRequest {
}
message CreateChatResponse {
Chat Chat = 1;
Chat chat = 1;
}
message CreateMessageRequest {