Skip to content

Commit

Permalink
Fix: Correctly populate the usedQueryStringFragments array for the 'm…
Browse files Browse the repository at this point in the history
…etadata' operation
  • Loading branch information
Joel Mukuthu committed Feb 16, 2016
1 parent 2f16d75 commit 51fbe80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/getFilterInfosAndTargetContentTypeFromQueryString.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ module.exports = function getFilterInfosAndTargetContentTypeFromQueryString(quer
return duplexStream;
}
});
usedQueryStringFragments.push(keyValuePair);
} else if (isOperationByEngineNameAndName[operationName]) {
usedQueryStringFragments.push(keyValuePair);
flushOperations();
Expand Down

0 comments on commit 51fbe80

Please sign in to comment.