We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dca70 commit c378eeaCopy full SHA for c378eea
ydb/core/viewer/viewer_describe.h
@@ -48,6 +48,9 @@ class TJsonDescribe : public TViewerPipeClient {
48
}
49
50
void Bootstrap() override {
51
+ if (NeedToRedirect()) {
52
+ return;
53
+ }
54
const auto& params(Event->Get()->Request.GetParams());
55
JsonSettings.EnumAsNumbers = !FromStringWithDefault<bool>(params.Get("enums"), false);
56
JsonSettings.UI64AsString = !FromStringWithDefault<bool>(params.Get("ui64"), false);
0 commit comments