A11yWatch/a11ywatch-core

View on GitHub
src/web/register.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function registerApp has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const registerApp = async (app: FastifyInstance) => {
  await app.register(cors, {
    origin: true,
  });

Severity: Minor
Found in src/web/register.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status