src/app/lib/seoUtils/getLiveBlogPostingSchema/index.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
93%

Function liveBlogUpdate has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    .map(result => {
      const headerBlocks = result?.header?.model?.blocks;
      const contentBlocks = result?.content?.model?.blocks;

      if (!headerBlocks || !contentBlocks) return null;
Severity: Minor
Found in src/app/lib/seoUtils/getLiveBlogPostingSchema/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status