Skip to content

Commit ba59769

Browse files
revert testing changes
1 parent 5138359 commit ba59769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/operations/distinct.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ export class DistinctOperation extends CommandOperation<any[]> {
8484
cmd.comment = options.comment;
8585
}
8686

87-
// if (options.hint != null) {
88-
cmd.hint = options.hint;
89-
// }
87+
if (options.hint != null) {
88+
cmd.hint = options.hint;
89+
}
9090

9191
// Do we have a readConcern specified
9292
decorateWithReadConcern(cmd, coll, options);

0 commit comments

Comments
 (0)