increase depth count

This commit is contained in:
Maidul Islam
2024-10-10 13:50:03 -07:00
committed by GitHub
parent e042f9b5e2
commit 3163adf486

View File

@@ -14,7 +14,7 @@ const processDynamicQuery = (
getAttributeField: (attr: string) => string | null,
depth = 0
) => {
if (depth > 10) return;
if (depth > 20) return;
const stack = [
{