You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/22 11:25:32 UTC

[GitHub] mlecoq opened a new pull request #135: keys can be set as array

mlecoq opened a new pull request #135: keys can be set as array
URL: https://github.com/apache/couchdb-nano/pull/135
 
 
   Hi,
   
   just a small change, in the types there is the following line:
   `
       // Return only documents that match the specified keys.
       keys?: string; // This can be string[] too ???
   `
   
   In js, we pass keys as array so we should be able to do it in TypeScript too
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services