ws-nextjs-app/pages/[service]/[[...]].page.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getServerSideProps has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getServerSideProps: GetServerSideProps = async context => {
  const {
    resolvedUrl,
    query: { service, variant },
    req: { headers: reqHeaders },
Severity: Minor
Found in ws-nextjs-app/pages/[service]/[[...]].page.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status