We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c25ed4 commit b94a17bCopy full SHA for b94a17b
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