We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
full
1 parent 3913eaa commit 95a7d05Copy full SHA for 95a7d05
lib/operations/distinct.js
@@ -71,7 +71,7 @@ class DistinctOperation extends CommandOperationV2 {
71
return;
72
}
73
74
- callback(null, result.values);
+ callback(null, this.options.full ? result : result.values);
75
});
76
77
0 commit comments