Updates
This commit is contained in:
@@ -53,6 +53,8 @@ function checks(_a) {
|
||||
if ((_e = newQuery === null || newQuery === void 0 ? void 0 : newQuery.searchQuery) === null || _e === void 0 ? void 0 : _e.join) {
|
||||
for (let i = 0; i < newQuery.searchQuery.join.length; i++) {
|
||||
const join = newQuery.searchQuery.join[i];
|
||||
if (!join)
|
||||
continue;
|
||||
const joinTableName = join.tableName;
|
||||
const selectFields = join.selectFields;
|
||||
if (allowedTables === null || allowedTables === void 0 ? void 0 : allowedTables[0]) {
|
||||
|
||||
Reference in New Issue
Block a user