fix: rename session_id -> current_session_id
All checks were successful
Publish / Publish Job (push) Successful in 2m36s

This commit is contained in:
Дмитрий
2026-04-04 00:15:35 +03:00
parent e778fda3a7
commit a8a57a1b28
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ message GetAccountRoleLevelResponse {
message GetSessionRequest {
string user_id = 1;
string session_id = 2;
string current_session_id = 2;
}
message SessionItem {