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 817c183 commit b5c3f94Copy full SHA for b5c3f94
src/RequestLoader.cpp
@@ -727,7 +727,7 @@ void RequestLoader::findOperation()
727
728
if (!_requestOptions.operationName || name == *_requestOptions.operationName)
729
{
730
- _operations.emplace_back(&operationDefinition, name, operationType);
+ _operations.push_back(Operation { &operationDefinition, name, operationType });
731
732
if (_requestOptions.operationName)
733
0 commit comments