diff --git a/src/types/credit.ts b/src/types/credit.ts index fa4cc28..415f1ee 100644 --- a/src/types/credit.ts +++ b/src/types/credit.ts @@ -3,7 +3,7 @@ export enum CreditApplicationStatus { "open" = "open", "analyze" = "analyze", "verification" = "verification", - "pending_approval" = "pending approval", + "pending_approval" = "pending_approval", "under_review" = "under_review", "revision" = "revision", "approved" = "approved",