cityssm/faster-web-helper

View on GitHub
modules/purchaseOrderApprovals/database/createPurchaseOrder.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function createPurchaseOrder has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function createPurchaseOrder(
  form: CreatePurchaseOrderForm,
  user: PurchaseOrderApprovalSessionUser
): string {
  const database = sqlite(databasePath)
Severity: Minor
Found in modules/purchaseOrderApprovals/database/createPurchaseOrder.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status