src/backend/form-actions/run-form-action.ts
Function runFormAction
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const runFormAction = async (
entity: string,
dataEventAction: DataEventActions,
getData: () => Promise<Record<string, unknown>>,
authProfile: IAccountProfile