From 60e004510cf3c9e8f9ff40ef56adcba9400f2c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAnar=20Vestmann?= <43557895+RunarVestmann@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:39:20 +0000 Subject: [PATCH] fix(cms): getOrganizations endpoint - Lower include depth to 4 (#15848) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- libs/cms/src/lib/cms.contentful.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cms/src/lib/cms.contentful.service.ts b/libs/cms/src/lib/cms.contentful.service.ts index 1cdfd2c2c64a..7b48437abb7a 100644 --- a/libs/cms/src/lib/cms.contentful.service.ts +++ b/libs/cms/src/lib/cms.contentful.service.ts @@ -153,7 +153,7 @@ export class CmsContentfulService { const params = { ['content_type']: 'organization', - include: 10, + include: 4, limit: 1000, ...organizationTitles, ...organizationReferenceIdentifiers,