From 3163adf486af7abc9c515b5b4e81b3bf71c74af9 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 10 Oct 2024 13:50:03 -0700 Subject: [PATCH] increase depth count --- backend/src/lib/knex/scim.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/lib/knex/scim.ts b/backend/src/lib/knex/scim.ts index 0caf8c491..64f7fc2f6 100644 --- a/backend/src/lib/knex/scim.ts +++ b/backend/src/lib/knex/scim.ts @@ -14,7 +14,7 @@ const processDynamicQuery = ( getAttributeField: (attr: string) => string | null, depth = 0 ) => { - if (depth > 10) return; + if (depth > 20) return; const stack = [ {