From f64a4fd05e664c44e6a59d1a20f3ed771ffaf614 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Wed, 5 Feb 2025 03:32:45 +0700 Subject: [PATCH] update --- src/types/credit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",