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 7cee86d commit 358b042Copy full SHA for 358b042
samples/proxy/server.cpp
@@ -161,8 +161,8 @@ int main()
161
auto variables = (variablesItr != payload.end()
162
&& variablesItr->second.type()
163
== response::Type::String)
164
- ? response::parseJSON(operationNameItr->second
165
- .get<response::StringType>())
+ ? response::parseJSON(
+ variablesItr->second.get<response::StringType>())
166
: response::Value {};
167
168
msg = http::response<http::string_body> { http::status::ok,
0 commit comments