remove extra special keys list

This commit is contained in:
Drew Gross
2016-05-18 18:59:52 -07:00
parent 5165c80570
commit c416cad43f

View File

@@ -25,7 +25,6 @@ const storageAdapterAllCollections = mongoAdapter => {
});
}
const specialQuerykeys = ['$and', '$or', '_rperm', '_wperm', '_perishable_token', '_email_verify_token'];
export class MongoStorageAdapter {
// Private
_uri: string;