Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
chore: update JSDoc
Browse files Browse the repository at this point in the history
Signed-off-by: Loan Laux <[email protected]>
  • Loading branch information
loan-laux committed May 26, 2020
1 parent 9d318d0 commit d3b31f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/queries/invitations.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/**
* @name accounts
* @name invitations
* @method
* @memberof Accounts/NoMeteorQueries
* @summary Returns accounts optionally filtered by group IDs
* @summary Returns invitations optionally filtered by shop IDs
* @param {Object} context - an object containing the per-request state
* @param {String} input - input for query
* @param {String} [input.shopIds] - Array of shop IDs to limit the results
* @returns {Promise} Mongo cursor
*/
export default async function accounts(context, { shopIds }) {
export default async function invitations(context, { shopIds }) {
const { collections } = context;
const { AccountInvites } = collections;

Expand Down

0 comments on commit d3b31f7

Please sign in to comment.