Skip to content

Commit

Permalink
fix: Fix jsdocs in queryAll
Browse files Browse the repository at this point in the history
  • Loading branch information
LucsT committed Mar 17, 2023
1 parent 541ab7c commit 43fcd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cozy-client/src/CozyClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ client.query(Q('io.cozy.bills'))`)
*
* @param {QueryDefinition} queryDefinition - Definition to be executed
* @param {QueryOptions} [options] - Options
* @returns {Promise<QueryResult>} All documents matching the query
* @returns {Promise<CozyClientDocument[]>} All documents matching the query
*/
async queryAll(queryDefinition, options = {}) {
const queryId =
Expand Down

0 comments on commit 43fcd74

Please sign in to comment.