From 398ef2fe25fa14d43d3fa3ff449bcefc471c8cf3 Mon Sep 17 00:00:00 2001 From: sirin Date: Mon, 14 Oct 2024 18:33:59 +0700 Subject: [PATCH] refactor: chanage raise_to_date to money_raised_to_date --- src/app/business/apply/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 0cff5f3..f1ade5c 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -86,7 +86,7 @@ export default function Apply() { return { "company_name": companyName, "business_type_id": await getBusinessTypeID(), - "raise_to_date": moneyRaisedToDate, //TODO change to money_raised_to_date in database and change type to number + "money_raised_to_date": moneyRaisedToDate, "is_in_us": isInUS, "is_for_sale": isForSale, "is_generating_revenue": isGeneratingRevenue,