Skip to content

Commit

Permalink
Push into list
Browse files Browse the repository at this point in the history
  • Loading branch information
RunarVestmann committed Nov 1, 2024
1 parent 43961b6 commit f0ff13b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions libs/cms/src/lib/search/importers/genericListItem.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ export class GenericListItemSyncService
)
}
if (mapped.content) {
extractStringsFromObject(
mapped.content.map(pruneNonSearchableSliceUnionFields),
100,
2,
contentSections.push(
extractStringsFromObject(
mapped.content.map(pruneNonSearchableSliceUnionFields),
100,
2,
),
)
}

Expand Down

0 comments on commit f0ff13b

Please sign in to comment.