Skip to content

Commit c310dfc

Browse files
Update request_settings.h
1 parent 53bdf10 commit c310dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ydb-cpp-sdk/client/types/request_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct TRequestSettings {
2121
FLUENT_SETTING(std::string, RequestType);
2222
FLUENT_SETTING(THeader, Header);
2323
FLUENT_SETTING(TDuration, ClientTimeout);
24-
FLUENT_SETTING(std::string, TraceParent); // New field for traceparent header
24+
FLUENT_SETTING(std::string, TraceParent);
2525

2626
TRequestSettings() = default;
2727

0 commit comments

Comments
 (0)