nano
nano copied to clipboard
db.fetch array of id error
Don't sure this is bug or because mine, just report
call db.fetch([id1, id2, ...], { include_docs: true })
response error body is not json object, will work when call db.fetch({ keys: [id1, id2, ...]}, { include_docs: true })