Skip to content

Commit

Permalink
fix(cms): getOrganizations endpoint - Lower include depth to 4 (#15848)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
RunarVestmann and kodiakhq[bot] authored Sep 2, 2024
1 parent a8fee4b commit f7dc690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/cms/src/lib/cms.contentful.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class CmsContentfulService {

const params = {
['content_type']: 'organization',
include: 10,
include: 4,
limit: 1000,
...organizationTitles,
...organizationReferenceIdentifiers,
Expand Down

0 comments on commit f7dc690

Please sign in to comment.