dashpresshq/dashpress

View on GitHub
src/backend/form-actions/run-form-action.ts

Summary

Maintainability
A
1 hr
Test Coverage
F
53%

Function runFormAction has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const runFormAction = async (
  entity: string,
  dataEventAction: DataEventActions,
  getData: () => Promise<Record<string, unknown>>,
  authProfile: IAccountProfile
Severity: Minor
Found in src/backend/form-actions/run-form-action.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status