variable name is changed

This commit is contained in:
병준 박 2022-07-27 07:40:51 +00:00
parent e607eafa47
commit 1f977bb45d

View File

@ -51,5 +51,5 @@ message SigninRequest {
message SigninResponse { message SigninResponse {
optional bet.protobuf.rpc.Error error = 1; optional bet.protobuf.rpc.Error error = 1;
optional string token = 2; optional string session_id = 2;
} }