src/app/lib/seoUtils/getLiveBlogPostingSchema/index.ts
Function liveBlogUpdate
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
.map(result => {
const headerBlocks = result?.header?.model?.blocks;
const contentBlocks = result?.content?.model?.blocks;
if (!headerBlocks || !contentBlocks) return null;