Skip to content

Commit c378eea

Browse files
authored
hotfix: redirects in describe (#16764)
1 parent f5dca70 commit c378eea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/core/viewer/viewer_describe.h

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ class TJsonDescribe : public TViewerPipeClient {
4848
}
4949

5050
void Bootstrap() override {
51+
if (NeedToRedirect()) {
52+
return;
53+
}
5154
const auto& params(Event->Get()->Request.GetParams());
5255
JsonSettings.EnumAsNumbers = !FromStringWithDefault<bool>(params.Get("enums"), false);
5356
JsonSettings.UI64AsString = !FromStringWithDefault<bool>(params.Get("ui64"), false);

0 commit comments

Comments
 (0)