Skip to content

Commit c416cad

Browse files
committed
remove extra special keys list
1 parent 5165c80 commit c416cad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Adapters/Storage/Mongo/MongoStorageAdapter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const storageAdapterAllCollections = mongoAdapter => {
2525
});
2626
}
2727

28-
const specialQuerykeys = ['$and', '$or', '_rperm', '_wperm', '_perishable_token', '_email_verify_token'];
2928
export class MongoStorageAdapter {
3029
// Private
3130
_uri: string;

0 commit comments

Comments
 (0)