aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-06-03 16:34:18 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-06-03 17:37:10 +0300
commit8a3202b8717fc1e1eba370e3b9898a1ede3a3e9b (patch)
tree3672f557347377f7eb9a59ed6c02333e8b70299d
parent6d48f2649c7b96ac4db68b786319c4cef9256067 (diff)
downloadydb-8a3202b8717fc1e1eba370e3b9898a1ede3a3e9b.tar.gz
Intermediate changes
commit_hash:5b8b3bc4aa19afe6315c872b93d7133fdb09b608
-rw-r--r--yt/yt/client/driver/driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/driver/driver.cpp b/yt/yt/client/driver/driver.cpp
index a722af45c71..609e9d8c02a 100644
--- a/yt/yt/client/driver/driver.cpp
+++ b/yt/yt/client/driver/driver.cpp
@@ -355,7 +355,7 @@ public:
REGISTER_ALL(TResurrectChunkLocationsCommand, "resurrect_chunk_locations", Null, Structured, true, false);
REGISTER_ALL(TRequestRestartCommand, "request_restart", Null, Structured, true, false);
- REGISTER (TGetCurrentUserCommand, "get_current_user", Null, Structured, false, false, ApiVersion4);
+ REGISTER_ALL(TGetCurrentUserCommand, "get_current_user", Null, Structured, false, false);
REGISTER_ALL(TSetUserPasswordCommand, "set_user_password", Null, Structured, true, false);
REGISTER_ALL(TIssueTokenCommand, "issue_token", Null, Structured, true, false);