Skip to content

Commit 56342fc

Browse files
CyberROFLGazizonoki
authored andcommitted
TString -> TStringType (#14428)
1 parent f878686 commit 56342fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/rate_limiter/rate_limiter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ TMetric::TMetric(const Ydb::RateLimiter::MeteringConfig_Metric& proto) {
115115
Labels_[k] = v;
116116
}
117117
if (proto.has_metric_fields()) {
118-
TString jsonStr;
118+
TStringType jsonStr;
119119
if (auto st = google::protobuf::util::MessageToJsonString(proto.metric_fields(), &jsonStr); st.ok()) {
120120
MetricFieldsJson_ = jsonStr;
121121
}

0 commit comments

Comments
 (0)