apache / nano

Nano is now part of Apache CouchDB. Repo moved to https://GitHub.com/apache/couchdb-nano

Home Page:https://github.com/apache/couchdb-nano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fetchDocs - params argument is not really optional

satazor opened this issue · comments

The params argument can be omitted but it can't be null, see: https://github.com/dscape/nano/blob/188f2b3cafe65bd4304949605845f61288f1d9f9/lib/nano.js#L469

qs = qs || {} should be added before.

Bump, I've made a PR.. I've actually made two PR but they were not reviewed :(
//cc @jo