refactor: test moved to correct test group (#7717)
This commit is contained in:
@@ -972,9 +972,9 @@ class DatabaseController {
|
||||
});
|
||||
}
|
||||
if (query['$and']) {
|
||||
const ors = query['$and'];
|
||||
const ands = query['$and'];
|
||||
return Promise.all(
|
||||
ors.map((aQuery, index) => {
|
||||
ands.map((aQuery, index) => {
|
||||
return this.reduceInRelation(className, aQuery, schema).then(aQuery => {
|
||||
query['$and'][index] = aQuery;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user