Skip to content

Commit 0cf6fd9

Browse files
committed
Default initialize the responseType
1 parent 5319f72 commit 0cf6fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestLoader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ void RequestLoader::findOperation()
727727

728728
if (!_requestOptions.operationName || name == *_requestOptions.operationName)
729729
{
730-
Operation operation { &operationDefinition, name, operationType };
730+
Operation operation { &operationDefinition, name, operationType, {} };
731731

732732
_operations.push_back(std::move(operation));
733733

0 commit comments

Comments
 (0)