From c6ac8643ce1c8d2c750319d1e307be2f60518c39 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 4 Mar 2025 22:31:15 +0700 Subject: [PATCH] update credit --- 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 367d57c..323bcf7 100644 --- a/src/types/credit.ts +++ b/src/types/credit.ts @@ -5,7 +5,7 @@ export enum CreditApplicationStatus { "analyze" = "analyze", "verification" = "verification", "pending_spv" = "pending_spv", - "final_check" = "finale_check", + "final_check" = "final_check", "pending_approval" = "pending_approval", "under_review" = "under_review", "revision" = "revision",