teableio/teable

View on GitHub
apps/nestjs-backend/src/features/base/base.service.ts

Summary

Maintainability
A
3 hrs
Test Coverage

File base.service.ts has 355 lines of code (exceeds 300 allowed). Consider refactoring.
Open

import { ForbiddenException, Injectable, Logger, NotFoundException } from '@nestjs/common';
import type { IRole } from '@teable/core';
import { ActionPrefix, actionPrefixMap, generateBaseId, isUnrestrictedRole } from '@teable/core';
import { PrismaService } from '@teable/db-main-prisma';
import { CollaboratorType, ResourceType } from '@teable/openapi';
Severity: Minor
Found in apps/nestjs-backend/src/features/base/base.service.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status