Updates
This commit is contained in:
@@ -75,8 +75,10 @@ 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];
|
||||
const alljoins = newQuery?.searchQuery?.join.flat();
|
||||
|
||||
for (let i = 0; i < alljoins.length; i++) {
|
||||
const join = alljoins[i];
|
||||
|
||||
if (!join) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user