feat: Add support for MongoDB query comment (#8928)
This commit is contained in:
@@ -212,6 +212,7 @@ function _UnsafeRestQuery(
|
||||
case 'skip':
|
||||
case 'limit':
|
||||
case 'readPreference':
|
||||
case 'comment':
|
||||
this.findOptions[option] = restOptions[option];
|
||||
break;
|
||||
case 'order':
|
||||
|
||||
Reference in New Issue
Block a user