Skip to content

Commit 4ac265e

Browse files
author
Jeff Escalante
committed
querystring default option
1 parent 63ad835 commit 4ac265e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function (source) {
2424
.then((result) => cb(null, result.html), cb)
2525
}
2626

27-
function parseOptions (config = [], qs) {
27+
function parseOptions (config = [], qs = {}) {
2828
const res = {}
2929

3030
// if we have a function, run it

0 commit comments

Comments
 (0)