Skip to content

Commit

Permalink
chore(collection): lint errors (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord authored Jan 17, 2018
1 parent 65946a9 commit a29261e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -1295,12 +1295,12 @@ define.classMethod('save', { callback: true, promise: true });
* @param {object} result The result object if the command was executed successfully.
*/

/**
* The callback format for an aggregation call
/**
* The callback format for an aggregation call
* @callback Collection~aggregationCallback
* @param {MongoError} error An error instance representing the error during the execution.
* @param {AggregationCursor} cursor The cursor if the aggregation command was executed successfully.
*/
*/

/**
* Fetches the first document that matches the query
Expand Down

0 comments on commit a29261e

Please sign in to comment.