Skip to content

Commit a29261e

Browse files
author
Jessica Lord
authored
chore(collection): lint errors (#1642)
1 parent 65946a9 commit a29261e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/collection.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1295,12 +1295,12 @@ define.classMethod('save', { callback: true, promise: true });
12951295
* @param {object} result The result object if the command was executed successfully.
12961296
*/
12971297

1298-
/**
1299-
* The callback format for an aggregation call
1298+
/**
1299+
* The callback format for an aggregation call
13001300
* @callback Collection~aggregationCallback
13011301
* @param {MongoError} error An error instance representing the error during the execution.
13021302
* @param {AggregationCursor} cursor The cursor if the aggregation command was executed successfully.
1303-
*/
1303+
*/
13041304

13051305
/**
13061306
* Fetches the first document that matches the query

0 commit comments

Comments
 (0)