diff options
author | andrew-rykov <arykov@ydb.tech> | 2023-09-25 18:04:47 +0300 |
---|---|---|
committer | andrew-rykov <arykov@ydb.tech> | 2023-09-25 18:41:40 +0300 |
commit | 79c0d84bc00a8f9baccfdb6e0165222d182ab89f (patch) | |
tree | acec1f71a4ae7b379da8605b1ed42015cdba06ee | |
parent | 9016fa93516c612d5c8626573e289df0358fa721 (diff) | |
download | ydb-79c0d84bc00a8f9baccfdb6e0165222d182ab89f.tar.gz |
KIKIMR-19448 viewer query parsing failed
-rw-r--r-- | ydb/core/viewer/protos/viewer.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/viewer/protos/viewer.proto b/ydb/core/viewer/protos/viewer.proto index b3922624154..ced9144077f 100644 --- a/ydb/core/viewer/protos/viewer.proto +++ b/ydb/core/viewer/protos/viewer.proto @@ -507,7 +507,7 @@ message TNodeLocation { message TQueryRequest { string Uri = 1; bytes Content = 2; - string UserToken = 3; + bytes UserToken = 3; } message TEvViewerRequest { |