Skip to content

Commit

Permalink
Update search.proto (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
stmtc233 authored Nov 26, 2023
1 parent ab7030c commit e7f5483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc_api/bilibili/app/search/v2/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ service Search {
//
rpc CancelChatTask (CancelChatTaskReq) returns (CancelChatTaskReply);
//
rpc GetChatAuth (GetChatAuthReq) returns (GetChatAutReply);
rpc GetChatAuth (GetChatAuthReq) returns (GetChatAuthReply);
//
rpc GetChatResult (GetChatResultReq) returns (bilibili.broadcast.message.main.ChatResult);
//
Expand Down

0 comments on commit e7f5483

Please sign in to comment.