Updates
This commit is contained in:
@@ -77,6 +77,9 @@ export default async function checks<
|
||||
if (newQuery?.searchQuery?.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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user