Skip to content

Commit

Permalink
docs: add missing JSDoc param for parseExtendedQueryString
Browse files Browse the repository at this point in the history
closes #5130
  • Loading branch information
raksbisht authored and dougwilson committed Feb 23, 2023
1 parent b9f7a97 commit 506fbd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ function createETagGenerator (options) {
/**
* Parse an extended query string with qs.
*
* @param {String} str
* @return {Object}
* @private
*/
Expand Down

0 comments on commit 506fbd6

Please sign in to comment.